• Hi there,

    I just can’t get jetpack to work..

    I’m getting these error messages when i’m trying to connect Jetpack with WordPress.
    register_http_request_failed
    and
    SSL read: error:00000000:lib(0):func(0):reason(0), errno 0

    I’ve done installed the “Jetpack Compatibility TEST” plugin and this came out:

    Site info
    
    SITE_URL: http://raven.michaelravenstein.nl
    HOME_URL: http://raven.michaelravenstein.nl
    
    TEST: HTTP Connection
    Array
    (
        [headers] => Array
            (
                [server] => nginx
                [date] => Tue, 29 Oct 2013 10:13:11 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] => Tue, 29 Oct 2013 10:13:12 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
            (
                [server] => cloudflare-nginx
                [date] => Tue, 29 Oct 2013 10:13:13 GMT
                [content-type] => text/plain
                [content-length] => 42
                [connection] => close
                [set-cookie] => Array
                    (
                        [0] => __cfduid=d745177d8f92c6bf7e8334888888b02611383041592918; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.michaelravenstein.nl; HttpOnly
                        [1] => PHPSESSID=bt6uvgrisb08bm82rin1hem964; path=/
                    )
    
                [x-powered-by] => PHP/5.3.26
                [expires] => Thu, 19 Nov 1981 08:52:00 GMT
                [cache-control] => no-store, no-cache, must-revalidate, post-check=0, pre-check=0
                [pragma] => no-cache
                [vary] => User-Agent
                [cf-ray] => c4f1783b48302db
            )
    
        [body] => XML-RPC server accepts POST requests only.
        [response] => Array
            (
                [code] => 200
                [message] => OK
            )
    
        [cookies] => Array
            (
                [0] => WP_Http_Cookie Object
                    (
                        [name] => __cfduid
                        [value] => d745177d8f92c6bf7e8334888888b02611383041592918
                        [expires] => 1577145000
                        [path] => /
                        [domain] => .michaelravenstein.nl
                        [httponly] =>
                    )
    
                [1] => WP_Http_Cookie Object
                    (
                        [name] => PHPSESSID
                        [value] => bt6uvgrisb08bm82rin1hem964
                        [expires] =>
                        [path] => /
                        [domain] => raven.michaelravenstein.nl
                    )
    
            )
    
        [filename] =>
    )

    I've even installed the "Core Control" plugin, and everything under the "External HTTP Acces" tab is green, so everything should work.

    I haven't installed jetpack before, so I can not say if it has worked before.

    Domain: raven.michaelravenstein.nl
    Host: hostbeats.com

    Any help is welcome!!

    Thanks in advance!

    - Michael

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mmichael1991

    (@mmichael1991)

    I also found these two openSSL installed Perl Modules:
    Crypt::OpenSSL::RSA
    Crypt::OpenSSL::Random

    I don’t know if anything has to do with it.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you contact your hosting provider, and ask them to activate the openssl extension in your server configuration? It might explain why your site is unable to connect with WordPress.com.

    If that doesn’t help, you might want to ask them to check whether the’ve installed one of the latest releases of curl and libcurl. You can read more about this issue here:
    http://sourceforge.net/p/curl/bugs/1249/

    Let me know if it helps.

    Thread Starter mmichael1991

    (@mmichael1991)

    Hi,

    Thanks for your reply.

    I asked my host and they told me that all extentions are already installed.

    They came up with the idea to add this line in my wp-config file:
    define( 'JETPACK_CLIENT__HTTPS', 'NEVER' );

    Should I do that? Is that the right way?

    Or is there another solution?

    Many thanks,
    – Michael

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    That’s indeed a possible work-around if you can’t solve the issues with the OpenSSL extension on your server.

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

The topic ‘register_http_request_failed’ is closed to new replies.