How to Fix a WordPress Secure Connection Error

While WordPress is often one of the more stable content management systems you can use, it does come with a few common errors. In some instances, you may come across a “secure connection” error in WordPress when it tries to update plugins or themes.

The truth is, that a lot of things can stop WordPress from creating a secure connection with an external database. In this instance, we’re looking at an error when your site tries to connect with WordPress.org.

In this tutorial, I’m going to show you a few different methods you can try for fixing the secure connection error in WordPress. Hopefully, you’ll be able to remedy your issues with any one of these.

What is the Secure Connection Error in WordPress?

WordPress gets various bits of information from WordPress.org, its mother website. For example, it’s how the system knows when there is an update available for core files, plugins, and themes. While you can still operate a WordPress site without this interaction, it’s simply a useful feature.

The secure connection error often happens when the website is unable to contact WordPress.org. Unfortunately, this means it can be problems with your server or even your own computer’s firewall if you’re using it to host your site.

4 Ways to Check for a Secure Connection Error with WordPress

Method 1: Waiting Out the Error

You can try waiting out the secure connection error in WordPress

WordPress errors can happen as the result of something affecting your hosting server. For instance, sites located on shared servers are often affected by what’s happening to another. If someone’s website is suffering a DDoS attack, it could affect your website too.

If everything checks out for your website, you may simply have to wait out the problem. Most web hosting companies will put an end to attacks such as DDoS as soon as possible, so it may only take a few minutes.

A high-density traffic can also cause latency, lag, and various connection errors. This is when the lines from your website to WordPress.org are congested with traffic. There’s only so much bandwidth, and a faulty segment between the two systems can lead to “traffic jams.”

It’s kind of like waiting for an opening to get on a busy freeway.

Method 2: Possible DNS Issues

A DNS Error could cause the secure connection error in WordPress

Cloud and VPS hosting have potential to experience DNS issues when trying to connect to external sources. In this instance, you can use a secure shell like PuTTY to tell your site where exactly to look.

The following is under the assumption you have PuTTY and are already connected to your host.

After connecting, input this command:

sudo nano /etc/hosts
Input This Command
66.155.40.202 api.wordpress.org
A New File Will Open

This line gives the website the exact IP address of WordPress.org, which bypasses DNS server errors in many cases.

Think of it like this, it gives the exact address of a property instead of simply saying, “Mom’s House.”

Save your changes and exit your editor. When you visit the website, the error may disappear. Otherwise, you may have something else going on with your connection.

Method 3: Enabling cURL Extensions

If you have WordPress installed as a development environment or just on your own computer system, you might not have cURL extensions enabled. This prevents PHP from accessing WordPress.org when it comes to updates and other information.

Open the “php.ini” file on your computer system.

Open php.ini File

Using an editor, you’ll need to insert a line into the php.ini file. Most text editors can access “ini” files, for instance I often use Notepad on Windows to open them.

If You’re on Windows:
Look for this piece of code in the php.ini:
;extension=php_curl.dll

If You’re on Mac:
Look for this piece of code:
;extension=curl.so

In either case, you need to remove the semicolon from the line.

Look for ;extension=curl.so

Save the php.ini file.

Save the php.ini file

Restart the Apache server on the computer.

Restart Apache Server

Your site should now be able to access WordPress.org.

Method 4: Checking for Open Ports

Having cURL extensions enabled isn’t the only way to prevent the secure connection error on a local install of WordPress. Sometimes firewalls can affect outbound connections as well.

In some instances, the Apache HTTP Server may be blocked or disabled in firewall settings.

Unfortunately, this means going through your own software, Windows Firewall or even your own router settings to make sure Apache is able to operate correctly.

For example, you can access the Windows Firewall by searching for it from your computer.

Your Firewall may be the cause of the secure connection error in WordPress

Make sure the “Apache HTTP Server” is enabled and the action is set to “Allow.”

Make sure Apache is Enabled

If you had to make any changes to your firewall settings, you’ll need to restart the Apache server.

Fix the WordPress Secure Connection Error Today

A very large portion of errors you come across are an easy fix. Unfortunately, sometimes they are caused by a myriad of issues that may not be under your control. If you come across problems like these and are unable to fix them, you can always contact customer support or do some research such as looking at WordPress.org help.

What kind of problems have you come across while using WordPress? How often do you browse WordPress.org’s website for plugins, themes or help forums?

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.