• Resolved stylezman

    (@stylezman)


    Hi, I already tried enough of the steps, that are written down in the documentation etc.
    I still get the error, that my page can’t connect to wordpress->.com<- while the site health tells me that it could been improved, but wordpress->.org<- connection is working.(The Jetpack server was unable to communicate with your site https://www.cult-of-devil.eu [HTTP 500]. Ask your web host if they allow connections from WordPress.com. If you need further assistance, contact Jetpack Support: https://jetpack.com/support/)
    All I have done is setting up a FreeBSD, installing apache24, php80, mariadb105-server.
    Although I still encounter some problems while installing things, since I did not install all php80 plugins, only the ones that I need, there could be a problem in php.ini since I use production-state of it, and it’s BSD, not hack-everything-u-want-linux.
    Therefore I need more details, which plugins of php80 are needed to be installed, especially since I encountered a problem with the filter function & phpmailer, after installing php80-filter, and restarting apache24, it did not tell me the phpmailer error again. Also the xmlrpc states what it should.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter stylezman

    (@stylezman)

    I just searched the web more and more, and came up to create a .htaccess file that permits the connection to the xmlrpc.php file
    <FilesMatch “^(xmlrpc\.php)”>
    Order Deny,Allow
    # Whitelist Jetpack/ Automattic CIDR IP Address Blocks
    Allow from 192.0.64.0/18
    Allow from 209.15.0.0/16
    Allow from 66.155.0.0/17
    Allow from wordpress.com
    Allow from 45.56.2.139
    Deny from all
    </FilesMatch>

    that made it working.

Viewing 1 replies (of 1 total)
  • The topic ‘[Jetpack Setup] Cannot connect to wordpress.com’ is closed to new replies.