WordPress.com/Jetpack uses a wide range of IP addresses due to the distributed nature of the service. These IP addresses are also often changing, so keeping a whitelist might not be the best approach; you would need to keep the whitelist updated to make sure Jetpack always works.
Instead, you could use other ways to mitigate XML-RPC attacks without completely blocking access to the file. The most popular hosts out there use tools like fail2ban or ModSecurity, for example. On your end, you can use plugins like this one to disable access to one of the methods used by hackers. You can also use Website Application Firewalls like Sucuri or CloudFlare to block hackers before they even reach your site. And finally, Jetpack itself includes a module that will help against Brute Force attacks.
If you’d rather use IP addresses, you can use the IP ranges mentioned here:
https://jetpack.com/support/hosting-faq/
I hope this helps!
Error Details: The Jetpack server was unable to communicate with your site https://xxx.org [HTTP 403]. Ask your web host if they allow connections from WordPress.com. If you need further assistance, contact Jetpack Support: http://jetpack.com/support/
@mverte Could you please start your own thread, as per the Forum Welcome?
https://ww.wp.xz.cn/support/plugin/jetpack#new-post
It would also help if you could post your site URL there, so I can have a look?
If you want it to remain private, you can also contact us via this contact form:
http://jetpack.com/contact-support/
Thank you!
already! What solutions, lock for my security in the .htaccess file
<files xmlrpc.php>
Order allow,deny
Deny from all
Allow from 192.0.64.0/18
</files>
Unlock for a few moments solve the problem