Viewing 5 replies - 1 through 5 (of 5 total)
  • I would copy that error to your webhost and ask that they ensure an secure connection to www.ads-software.com can be made.

    Thread Starter Hicks121

    (@hicks121)

    It was connecting before theupdate. Why would it not connect after the update. I’ve had similar but different problems on other Jetpack updates onother sites I run and it has always been a code issue. The other issues required adding code to a wordpress file.

    This is happening to me. In some places it says Jetpack is working, in other places it tells me my “connection is broken”
    I can’t do a lot of things

    Thread Starter Hicks121

    (@hicks121)

    I should also point out that I have the updated Jetpack on multiple website with the same provider so it isn’t the provider.

    Thread Starter Hicks121

    (@hicks121)

    I found this fix posted by a user which worked. I don’t understand why Jetpack couldn’t provide such a simple fix.

    I solved this problem by adding a line of code to the wp-config.php file. Just after the lines below add this line:
    define( ‘JETPACK_CLIENT__HTTPS’, ‘NEVER’ );

    The final should look like this:
    * @package WordPress
    */
    define( ‘JETPACK_CLIENT__HTTPS’, ‘NEVER’ );
    // ** My SQL…

    That solved any issues. I can’t promise it won’t cause another, but for now, so far so good.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't connect to wordpress’ is closed to new replies.