• Resolved nerdoflinux

    (@nerdoflinux)


    I have Jetpack installed on my site, and I can connect to WordPress.com, and I can even change settings via the wp-admin settings for Jetpack, but whenever I go to wordpress.com I get a site can’t connect error. The Jetpack debugger says there’s an XML-RPC error, but when I run:

    curl -d ‘<?xml version=”1.0″?> <methodCall> <methodName>wp.getUsersBlogs</methodName> <params> <param> <value>username</value> </param> <param> <value>password</value> </param> </params> </methodCall>’

    with the correct username and password, I get the correct output. I also tried going to gateblogs.com/xmlrpc.php in a browser(using multiple different IP addresses), and I got the XML-RPC only accepts posts requests error.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hi there!

    I ran your site in our debugger and I can see that your xmlrpc.php file is being currently blocked from your server side. The error says:

    Blocked by login security setting.

    You may want to get in touch with your hosting provider and report the error I’m seeing in there (HTTP response code 503), as they should be able to sort that our for you 🙂

    Let me know how it goes and if you need further help from our end!

Viewing 1 replies (of 1 total)

The topic ‘Jetpack XML-RPC Error’ is closed to new replies.