A Simple Explanation of SSL Certificate Errors & How to Fix Them – WPSaviour

By WP Saviour •  Updated: 01/24/21 •  6 min read

Today there are over 138 million sites with an SSL certificate on the Internet — and this number is expected to increase as more search engines and consumers show preference to these sites.

An SSL certificate is a standard security technology for encrypting information between a visitor’s browser and your website. Because it helps keep sensitive information like passwords and payment information safe, visitors feel safer on sites that are encrypted with SSL. You can identify encrypted sites by the HTTPS in their URLs and the padlock icon in the address bar.

Sites that aren’t encrypted may see hits to their traffic or conversion rates as a result. Not only are these sites flagged as “Not secure” in Google Chrome, they’re also avoided by 85% of online shoppers.

Thankfully, many hosted platforms like the CMS Hub and Squarespace will include an SSL certificate in their plans so you don’t have to worry about installing or renewing it.

If you opt for a self-hosted platform like WordPress.org, most hosting providers will include an SSL in their plans as well. HostGator, for example, includes an SSL certificate in its lowest-tiered plans. If your solution does not include SSL, then you can purchase one from an SSL certificate provider.

Let’s say you’ve chosen a plan that includes SSL certification or installed a certificate on your site. Then you open up Google Chrome and try to visit a page on your site and, instead of loading, get an “ERR_SSL_PROTOCOL_ERROR” message. What gives?

a20simple20explanation20of20ssl20certificate20error202620how20to20fix20it-4-3014299

In this post, we’ll discuss what this error message means and what could be causing it. Then we’ll walk through the different steps you can take to resolve the error and get your site up and running again.

This message will look different depending on two factors. The first is the browser you’re using. The screenshot above shows an error message on Google Chrome. The screenshot below is a message you’ll see on Internet Explorer.

a20simple20explanation20of20ssl20certificate20error202620how20to20fix20it-2-5698109

The second factor is the type of SSL Certificate error occurring. Let’s take a look at these different types below.

Types of SSL Certificate Errors

There are several different types of SSL certificate errors that might occur on your site. Let’s take a look at the most common ones below.

1. SSL Certificate Not Trusted Error

This error indicates that the SSL certificate is signed or approved by a company that the browser does not trust. That means either the company, known as the certificate authority, is not on the browser’s built-in list of trusted certificate providers or that the certificate was issued by the server itself. Certificates issued by the server are often referred to as self-signed certificates.

a20simple20explanation20of20ssl20certificate20error202620how20to20fix20it-3-2255383

2. Name Mismatch Error

This error indicates that the domain name in the SSL certificate doesn’t match the URL that was typed into the browser. This message can be caused by something as simple as “www.” Say the certificate is registered for www.yoursite.com and you type in https://yoursite.com. Then you’ll get an SSL certificate name error.

a20simple20explanation20of20ssl20certificate20error202620how20to20fix20it-9717178

3. Mixed Content Error

This error indicates that a secure page (one that is loaded with HTTPS in the address bar) contains an element that’s being loaded from an insecure page (one that is loaded with HTTP in the address bar). Even if there’s only one insecure file on a page — often, an image, frame, Flash animation, or snippet of JavaScript — your browser will display an error message instead of loading the page.

a20simple20explanation20of20ssl20certificate20error202620how20to20fix20it-5401433

4. Expired SSL Certificate Error

This error occurs when the site’s SSL certificate expires. According to requirements set by the Certificate Authority/Browser (CAB) Forum, SSL certificates cannot have a lifespan longer than 27 months. That means that every website needs to renew or replace its SSL certificate at least once every two years.

Otherwise when you try to load your site, you’ll see an error that looks something like this:

a20simple20explanation20of20ssl20certificate20error202620how20to20fix20it-1-3643445

1. Diagnose the problem with an online tool.

To start, use an online tool to identify the problem causing the SSL certificate error on your site. You can use a tool like SSL Checker, SSL Certificate Checker, or SSL Server Test, which will verify that an SSL certificate is installed and not expired, that the domain name is correctly listed on the certificate, and more. To use the tool, just copy and paste your site address into the search bar.

2. Install an intermediate certificate on your web server.

If the problem is that your SSL certificate authority is not trusted, then you may need to install at least one intermediate certificate on your web server. Intermediate certificates help browsers establish that the website’s certificate was issued by a valid root certification authority.

3. Generate a new Certificate Signing Request (CSR).

If you’re still getting a certificate not trusted error, then you could have installed the certificate incorrectly. In that case, you can generate a new CSR from your server and reissue it from your certificate provider. Steps will vary depending on your server. You can check out this step-by-step guide for generating a CSR on Microsoft Windows Server.

4. Upgrade to a dedicated IP address.

If you’re getting a name mismatch error, then the problem may be your IP address.

When you type your domain name into your browser, it first connects to your site’s IP address and then goes to your site. Usually, a website has its own IP address. But if you use a type of web hosting other than dedicated hosting, your site may be sharing an IP address with multiple sites. If one of those websites does not have an SSL certificate installed, then a browser might not know which site it’s supposed to visit and display a mismatch name error message. To resolve the issue, you can upgrade to a dedicated IP address for your site.

5. Get a wildcard SSL certificate.

If you’re still getting a name mismatch error, then you might need to get a wildcard SSL certificate. This type of certificate will allow you to secure multiple subdomain names as well as your root domain. For example, you could get one Multi-Domain SSL Certificate to cover all of the following names:

6. Change all URLS to HTTPS.

If you’re getting a mixed content error on one of your web pages, then copy and paste the URL into WhyNoPadLock.com to identify the insecure elements. Once you’ve identified the elements, edit the source code of the page and change the URLs of the insecure elements to HTTPS .

7. Renew your SSL certificate.

If your SSL certificate is expired, you’ll have to renew it immediately. The details of the renewal process change depending on the web host or certificate authority you’re using, but the steps remain the same. You’ll need to generate a CSR, activate your certificate, and install it.

gp-5788128 as-2036096

WP Saviour

I am a WordPress specialist. My mission is to help you create beautiful websites with ease!