Jetpack XML-RPC – site health status
-
Hello!
On my “Site Health Status”
I am getting 1 critical error stating: Wpcom Connection Test
A healthy connection ensures Jetpack essential services are provided to your WordPress site, such as Stats and Site Security.
Error smilecareproducts is not connected.: 200
We recommend reconnecting Jetpack.
Reconnect Jetpack now (opens in a new tab)
I have done the following from researching possible fixes…
1. deactivated Jetpack plugin and reactivate
2. delete jetpack and reinstalled
3. disabled all other plugins to check the status with just jetpack plugin… same error is shown
4. I successfully connect my siteI then went to debug my site with the JPdebugger…
XML-RPC is not responding correctly ( 200 )
It looks like XML-RPC is not responding correctly. Please make sure XML-RPC is turned on for your site and is set up to respond to all content types. You can test this yourself by running the following command from the command line:curl -A ‘Jetpack by WordPress.com’ -d ‘<methodCall><methodName>demo.sayHello</methodName></methodCall>’ https://smilecareproducts.com/xmlrpc.php
The answer should be:<?xml version=”1.0″ encoding=”UTF-8″?>
<methodResponse>
<params>
<param>
<value>
<string>Hello!</string>
</value>
</param>
</params>
</methodResponse>
If you continue to get this error, please check out our troubleshooting guide or contact support.I’ve read that WP automatically has the XML-RPC enabled..
Can anyone help me resolve this issue please, or help me understand where the source of the problem is?
Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Jetpack XML-RPC – site health status’ is closed to new replies.