Hi @flexer,
It appears that Jetpack is not able to establish a connection with your site, and that is because XML-RPC is not responding correctly. You can also see that this file is not loading correctly by loading it in your browser. It currently returns a “403 Forbidden” response. What we need is for this to be accessible so that Jetpack can communicate with the WordPress.com servers.
The ideal response that we need there is XML-RPC server accepts POST requests only
. Check the example here: https://wp.cloud/xmlrpc.php
As a first step, I’d recommend disabling any security plugins you might have installed. It might also be possible that your hosting provider blocks access to this file. If you don’t find any plugin that may block access to the file on your site, I would recommend that you get in touch with your host.
Also, please find the IP ranges for the connection between your site and Jetpack/WordPress.com here, and whitelist them for HTTP connection on your site.
If you’re unsure about this, you may contact your hosting provider; they should be able to help you with this. Please note that these IP addresses could change (or more could be added) at any time. For that reason, we recommend your host uses the machine-readable versions of these IP ranges in JSON or plain text format to automate configuration changes on their systems.
Once we are able to access your site’s?xmlrpc.php file, the issue should resolve. Let me know how it goes!