JetPack server was unable to connect with your site

"Error Details: The Jetpack server was unable to communicate with your site https://yoursite.com[HTTP 403]. 

Open File Manager in your control panel with our services. Navigate to the public_html folder by clicking on the public_html text. Click "Settings" in the upper right corner and enable "Show Hidden Files" then save.


Click on the .htaccess file then click the "Edit" button. Edit the .htaccess file and add the following code to the very bottom and save...

<FilesMatch "xmlrpc\.php$">
Allow from 192.0.82.250
Allow from 192.0.83.250
Deny from All
</FilesMatch>


Once you've added the code, try again to connect to your site. If you're still having trouble, please contact Ultra support.

 

  • 2 Users Found This Useful

Was this answer helpful?

Related Articles

Elementor - Critical Error with both Elementor and Elementor Pro plugins enabled

Running Elementor and Elementor Pro simultaneously can be memory-intensive. Elementor and...

Not Receiving Form Email Through WordPress - SMTP

For anti-spam reasons be sure that the email address you are using to send from, exists in your...

How to disable WordPress comments, pingbacks, and trackbacks

There are a few ways to disable comments, pingbacks and trackbacks in WordPress:   Go to...

Create Static Files with your WordPress Install

Reduce the processor and memory load of your site but publishing it into html files.Use the...

Quickly Disable All WordPress Plugins via phpMyAdmin

Before beginning, be sure to have a backup of your database. You may backup your database by...