Jetpack XML-RPC Error
-
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.
The topic ‘Jetpack XML-RPC Error’ is closed to new replies.