• Resolved solslair

    (@solslair)


    My site https://www.eriksol.nl can not reconnect after disconnecting jetpack.

    The debugger tells me:

    SELF:
    Array
    (
    [headers] => Array
    (
    [server] => nginx
    [date] => Tue, 05 Jan 2016 10:22:23 GMT
    [content-type] => text/plain;charset=utf-8
    [connection] => close
    [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
    [x-ac] => 3.ams _dfw
    )

    [body] => {“error”:”Unknown Error”,”error_description”:”An unknown error has occurred.”}
    [response] => Array
    (
    [code] => 400
    [message] => Bad Request
    )

    [cookies] => Array
    (
    )

    [filename] =>
    )

    and Jetpack tells me:

    site_inaccessible

    The Jetpack server was unable to communicate with your site https://www.eriksol.nl [IXR -32300: transport error: http_request_failed Empty reply from server]

    My xml-rpc.php file is not blocked bij my webhost.

    https://www.ads-software.com/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Jetpack uses your site’s XML-RPC file to communicate with WordPress.com. Unfortunately, although your site’s XML-RPC file can be accessed in the browser, we receive an empty response from your server when we make requests to that file. You can reproduce the issue on your own by entering the following in a terminal:

    curl -A "Jetpack by WordPress.com" -is -H 'Content-Type: text/xml' --data '<?xml version="1.0"?><methodCall><methodName>demo.sayHello</methodName><params></params></methodCall>' 'https://www.eriksol.nl/xmlrpc.php' && echo

    Here is the expected response:

    <?xml version="1.0" encoding="UTF-8"?>
    <methodResponse>
      <params>
        <param>
          <value>
          <string>Hello!</string>
          </value>
        </param>
      </params>
    </methodResponse>

    On your site, however, XML-RPC just gives an empty response.

    You’ll consequently want to contact your hosting provider and ask them if they currently block access to your site’s XML-RPC file.

    I hope this helps.

    Thread Starter solslair

    (@solslair)

    Thank you for your answer, my web host knows that Jetpack isn’t working. I will contact them and give them this answer, hope this helps! Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Connection to wordpress.com error’ is closed to new replies.