XML RPC SSL Issues
-
Hello.
I’m running multiple wordpress sites on Digital Ocean, and all have certificates from LetsEncrypt.
It’s a droplet running an ordinary LAMP stack, no configurations blocking or disabling xml-rpc, and if I browse to the xml-rpc.php I get a 405 Method not Allowed error, probably due to it being a GET and not POST request. That is with both https:// and https://
https://xmlrpc.eritreo.it/ shows that there’s no issues with accessing my xml-rpc protocol. Image of the test
The WordPress.com dashboard is unable to connect, and the debugger in JetPack says it’s not accessible.
That makes me think that the issue itself is on JetPacks end, correct assumption?
This is the information from the JetPack debugger, which doesn’t help much at all.
It looks like your site can not communicate properly with Jetpack. ? SELF: Array ( [headers] => Array ( [server] => nginx [date] => Thu, 31 Mar 2016 19:01:07 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.ewr _dca ) [body] => {"error":"Communication error","error_description":"We were unable to make an XML-RPC request to your website. Please make sure that XML-RPC is turned on and that Jetpack is installed, activated and connected with your WordPress.com account. If the error persists, try disconnecting and connecting Jetpack again."} [response] => Array ( [code] => 400 [message] => Bad Request ) [cookies] => Array ( ) [filename] => )
The xmlrpc address is: https://izaac.se/xmlrpc.php
- The topic ‘XML RPC SSL Issues’ is closed to new replies.