• I had been using JetPack successfully with a WordPress installation on my website. I decided to move the installation up to the parent folder, at the http root level, and JetPack stopped working. After a reinstall of the plugin, I now get the following error message:

    Jetpack could not contact WordPress.com: register_http_request_failed. This usually means something is incorrectly configured on your web host. SSL read: error:00000000:lib(0):func(0):reason(0), errno 0

    Any suggestions on how to proceed to get it working again?

    Thanks in advance.

    http://wordpress.org/plugins/jetpack/

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

    (@scotchan)

    Here are the results from the JetPack Compatibility Test:

    Site info
    
    SITE_URL: http://www.plowshares.org
    HOME_URL: http://www.plowshares.org
    
    TEST: HTTP Connection
    Array
    (
        [headers] => Array
            (
                [server] => nginx
                [date] => Thu, 07 Nov 2013 21:33:34 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] => Thu, 07 Nov 2013 21:33:35 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] => Thu, 07 Nov 2013 21:33:35 GMT
                [server] => Apache/2.2.22 (Unix) FrontPage/5.0.2.2635
                [x-powered-by] => PHP/5.3.27-pl0-gentoo
                [connection] => close
                [content-type] => text/plain
            )
    
        [body] => XML-RPC server accepts POST requests only.
        [response] => Array
            (
                [code] => 200
                [message] => OK
            )
    
        [cookies] => Array
            (
            )
    
        [filename] =>
    )

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you try the steps described in this thread?

    Let me know if it helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving WordPress to parent folder gives "register_http_request_failed" error’ is closed to new replies.