• Hello,

    Recently I have installed SSL certificate on my domain and right after installing it I am not able to connect jetpack. The error i am getting is:

    Your website needs to be publicly accessible to use Jetpack: site_inaccessible
    Error Details: The Jetpack server was unable to communicate with your site https://projectsgeek.com [IXR -32300: transport error: http_request_failed SSL certificate problem: unable to get local issuer certificate].

    As I know my site is accessible to everyone. I tried to google this issue and tried these things :

    Changed “JETPACK__API_BASE” from https to http.

    Any help on this will be much appreciated.

    https://wordpress.org/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ReviewExpert

    (@reviewexpert)

    Compatibility Test

    Site info

    SITE_URL: https://projectsgeek.com
    HOME_URL: https://projectsgeek.com

    TEST: HTTP Connection
    Array
    (
    [headers] => Array
    (
    [server] => nginx
    [date] => Sun, 12 Oct 2014 09:56:01 GMT
    [content-type] => text/plain;charset=utf-8
    [connection] => close
    [vary] => Cookie
    [x-pingback] => http://jetpack.wordpress.com/xmlrpc.php
    [expires] => Wed, 11 Jan 1984 05:00:00 GMT
    [cache-control] => no-cache, must-revalidate, max-age=60
    [pragma] => no-cache
    [x-hacker] => Jetpack Test
    )

    [body] => OK
    [response] => Array
    (
    [code] => 200
    [message] => OK
    )

    [cookies] => Array
    (
    )

    [filename] =>
    )

    TEST: HTTPS Connection
    Array
    (
    [headers] => Array
    (
    [server] => nginx
    [date] => Sun, 12 Oct 2014 09:56:01 GMT
    [content-type] => text/plain;charset=utf-8
    [connection] => close
    [vary] => Cookie
    [x-pingback] => https://jetpack.wordpress.com/xmlrpc.php
    [expires] => Wed, 11 Jan 1984 05:00:00 GMT
    [cache-control] => no-cache, must-revalidate, max-age=60
    [pragma] => no-cache
    [x-hacker] => Jetpack Test
    )

    [body] => OK
    [response] => Array
    (
    [code] => 200
    [message] => OK
    )

    [cookies] => Array
    (
    )

    [filename] =>
    )

    TEST: Self Connection
    Array
    (
    [headers] => Array
    (
    [date] => Sun, 12 Oct 2014 09:56:01 GMT
    [server] => Apache mod_fcgid/2.3.10-dev
    [x-powered-by] => PHP/5.3.28
    [vary] => User-Agent
    [content-length] => 42
    [connection] => close
    [content-type] => text/plain
    )

    [body] => XML-RPC server accepts POST requests only.
    [response] => Array
    (
    [code] => 200
    [message] => OK
    )

    [cookies] => Array
    (
    )

    [filename] =>
    )

    TEST: Self Connection (HTTPS)
    WP_Error Object
    (
    [errors:WP_Error:private] => Array
    (
    [http_request_failed] => Array
    (
    [0] => SSL certificate problem: unable to get local issuer certificate
    )

    )

    [error_data:WP_Error:private] => Array
    (
    )

    )

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    There seems to be an issue with your site’s SSL configuration. I get some errors when executing the following command:
    https://gist.github.com/jeherve/de3310b2082275484744

    Could you get in touch with your host and ask them to take a look?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘site_inaccessible error after installing SSL certificate’ is closed to new replies.