Compatibility with Jetpack
-
Hi,
Is this plugin known to be compatible with Jetpack, specifically when using the “Force SSL Administration”, “Force SSL Exclusively”, and a custom “SSL Host”?
Relevant wp-config snippet:
define('FORCE_SSL_ADMIN', false);
define('WP_SITEURL', 'https://example.com/');
define('WP_HOME', 'https://example.com/');
define( 'JETPACK_CLIENT__HTTPS', 'NEVER' );Also, for reference my custom SSL host is
secure.example.com
Yet, jetpack is failing to connect with the error:
http_request_failed Failed to connect to onvagrancy.com port 443: Connection timed out
It shouldn’t even be attempting to connect to my site with HTTPS ??
Any ideas here?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Compatibility with Jetpack’ is closed to new replies.