Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks for the additional information! It seems like Jetpack’s connection attempt is timing out. I tried to cURL your XML-RPC file with the following command:
    curl -i -H 'Content-Type: text/xml' --data '<?xml version="1.0"?><methodCall><methodName>demo.sayHello</methodName><params></params></methodCall>' 'https://apps.pathology.jhu.edu/sfanos/xmlrpc.php' && echo

    And it returned the following error:
    curl: (56) Recv failure: Operation timed out

    Can you check to make sure you have cURL installed on your server, and let me know which version you have?

    Thread Starter aoneill5

    (@aoneill5)

    Thanks, Ryan, you’ve provided the magic elixir. I used your curl command and saw that it worked as long as the request came from inside the corporate firewall, but it failed when the request came from outside. After a discussion with our network security team, I learned that such requests are blocked. I was, however, able to find a work-around, and now Jetpack is registered. Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jetpack registration: register_http_request_failed’ is closed to new replies.