• Resolved t2m

    (@t2m)


    While trying to connect with wordpress.com, I get following massage:

    Error Details: The Jetpack server could not communicate with your site's XML-RPC URL. Please check to make sure https://my-site/xmlrpc.php is working properly. It should show 'XML-RPC server accepts POST requests only.' on a line by itself when viewed in a browser and should not have any blank lines or extra output anywhere. Find out how to fix this issue here: https://jetpack.com/support/getting-started-with-jetpack/what-do-these-error-messages-mean/blank-lines-xmlrpc/

    https://my-site/xmlrpc.php is working properly and it is outputting value as expexted.

    The link https://jetpack.com/support/getting-started-with-jetpack/what-do-these-error-messages-mean/blank-lines-xmlrpc/ was not much helpful as none of the scenarios it described matched with mind.

    Please help!

    The page I need help with: [log in to see the link]

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

    (@jeherve)

    Jetpack Mechanic ??

    Can you contact your hosting provider and explain to them that we are unable to access your blog via cURL, which is needed in order to use Jetpack on your site?

    You can let them know we tested the following:

    1. Check for access to xmlrpc.php via browser:
    https://schoolers.online/xmlrpc.php

    That test returned “XML-RPC server accepts POST requests only.” which is a valid result.

    2. Check for access via cURL by running the following command from the command prompt:
    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://schoolers.online/xmlrpc.php' && echo

    The cURL test returned an empty response.

    Please provide the information above to your hosting provider so that they can correct the server settings to allow cURL access.

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to connect to wordpress.con’ is closed to new replies.