Website Pricing Guide

Enter your email to get instant access to our website pricing guide.

How To Fix Common SSL Issues In WordPress

April 26, 2024 by
Installing a Secure Sockets Layer (SSL) certificate on your WordPress website is like employing a bouncer to keep out any unwanted guests. It’s a smart move. But just occasionally you might encounter some problems with your door staff. These hiccups are known as SSL issues. Obviously, no one wants security problems on their site. But […]


Installing a Secure Sockets Layer (SSL) certificate on your WordPress website is like employing a bouncer to keep out any unwanted guests. It’s a smart move. But just occasionally you might encounter some problems with your door staff. These hiccups are known as SSL issues.

Obviously, no one wants security problems on their site. But the good news is that most SSL errors have simple fixes.  All it takes is a little troubleshooting to get your site back to full working order.

In this post, we’re going to take a closer look at how to install SSL certificates on your WordPress website and fix any problems that arise. Ready to get started? Let’s go!

What Is SSL/TLS Exactly?

DreamHost Glossary

SSL/TLS

SSL stands for secure sockets layer. SSL is a protocol for maintaining a secure connection and protecting sensitive data to keep internet users safe during online transactions, login sequences, and more. Transport layer security (TLS) is the successor to SSL that’s in place today and handles vulnerabilities even more effectively.

Read More

SSL, or Secure Sockets Layer, is the secret handshake of the internet. It’s a system that protects all data traveling between your web browser and a website using encryption. This prevents anyone from eavesdropping on your connection.

TLS (Transport Layer Security) is the new replacement for SSL. It performs the same role using similar technology but with improved security.

SSL/TLS works in conjunction with Hypertext Transfer Protocol Secure (HTTPS) — the updated, secure version of HTTP. Since it’s encrypted, HTTPS increases the security of any information that is transferred.

DreamHost Glossary

HTTPS

HTTPS is a secure version of HTTP. With HTTPS, data sent between browsers and websites is encrypted with the TLS/SSL protocols. That means data can’t be modified or read during transfer.

Read More

We still usually talk about “SSL issues” and “SSL certificates” because these terms are familiar, but it’s worth remembering that TLS has largely replaced the SSL protocol — Most modern browsers only support the latter.

Even so, SSL and TLS are used interchangeably when talking about secure connections.

What Is An SSL/TLS Certificate?

Before your web browser sends any data, it needs to verify the identity of the hosting web server. An SSL/TLS certificate works like an ID card, providing proof that the server is legitimate.

On a technical level, an SSL/TLS certificate is more like an encryption key. Without an up-to-date certificate, it’s impossible for any browser to connect to your website securely.

Why You Should Be Using SSL/TLS

Installing an SSL/TLS certificate on your WordPress site is important for several reasons.

First and foremost, it enables your hosting server to establish a secure connection with web browsers. This helps to prevent security breaches that may compromise both your personal information and your customer data.

For this reason, Google now penalizes sites that don’t have an SSL/TLS certificate. For example, it might display a “not secure” or “your connection is not private” warning message to users who try to access the site.

Your Connection Is Not Private Error As Shows On Chrome
How To Fix Common Ssl Issues In Wordpress 51

The exact wording of the message may vary depending on the browser you’re using, but the concept is the same.

Ultimately, this can hurt your engagement and hamper your SEO (search engine optimization) rankings. So, it’s another good reason to secure your site.

It’s also worth noting that certain types of websites really need an SSL certificate to work effectively. For instance, if you want to start an online store, you’ll need SSL/TLS encryption to accept online payments via gateways such as Stripe, PayPal, and Authorize.net.

How To Fix Common SSL Issues In WordPress (5 Key Solutions)

Now that we understand a little more about what SSL/TLS is, let’s get into the unexpected issues that can come from it.

Below are five of the most common SSL problems in WordPress, and how to resolve each of them.

1. The NET::ERR_CERT_INVALID Error

If you’re a Google Chrome user, one of the most common issues you might run into is an error message that reads “NET::ERR_CERT_INVALID.” This can happen in other browsers, too, although the message may differ slightly.

The Same &Quot;Your Connection Is Not Private&Quot; Screen Calling Out Where To Find The &Quot;Net::err_Cert_Invalid&Quot; Note
How To Fix Common Ssl Issues In Wordpress 52

In both cases, this error means that the connection to the site is not secure. More specifically, it indicates that the certificate authority that signed your SSL certificate isn’t on your browser’s list of trustworthy providers.

Unless you acquired your SSL certificate from a shady source, it’s more likely that something is wrong with the settings or configuration.

When this happens, there are a few steps you can take. First, you’ll want to clear your browser cache. If that doesn’t do the trick, disable your antivirus software (this can interfere with SSL).

If local solutions don’t work, check that your SSL certificate is assigned to the correct domain or subdomain, and that it hasn’t expired.

You can do this by clicking on the small site information button or padlock icon to the left of the browser address bar. Details of the certificate will appear, and you’ll want to make sure it says “valid.” If it says “not valid,” you’ll need to renew it as soon as possible through the issuing provider, also listed here.

Screenshot Showing The &Quot;View Site Information&Quot; Icon To The Immediate Right Of The Browser Url
How To Fix Common Ssl Issues In Wordpress 53

If you installed the certificate yourself, you could try reinstalling it. However, you may want to use a different certificate provider this time, as your browser might not recognize the issuing authority of your current certificate. We recommend using Let’s Encrypt.

Let'S Encrypt Screenshot Of The Homepage
How To Fix Common Ssl Issues In Wordpress 54

If the certificate is assigned to the correct domain and is up to date, you may need to contact your hosting provider. They should know what steps to take to resolve the issue.

2. Mixed Content Errors

Another common type of error you can encounter when moving to SSL is mixed content warnings.

In a nutshell, this is what happens when images, scripts, or stylesheets on your site load while using the old, insecure HTTP protocol. In other words, some of your WordPress content is secure, while other parts aren’t. Embedded YouTube videos are commonly at fault here.

There are two methods you can use to fix mixed content issues. The first is to use a plugin such as Really Simple SSL.

Screenshot Of The Really Simple Ssl Found On Wordpress.org With Download And Preview Buttons
How To Fix Common Ssl Issues In Wordpress 55

When you install and activate the tool on your WordPress site, the plugin will offer you the option to activate SSL and fix mixed content issues right away. If you want to make any adjustments, you can visit the plugin via Settings > SSL & Security.

Really Simple Ssl &Amp; Security As Seen Through The Wordpress Access
How To Fix Common Ssl Issues In Wordpress 56

If you don’t want to use an automated plugin, the alternative option is the manual method. To get started here, navigate to Settings > General in WordPress.

Under WordPress Address (URL) and Site Address (URL), check to make sure that the URLs are using “https.”

General Settings Menu Showing The Wordpress Address Url And Site Address Url Calling Out The &Quot;S&Quot; In &Quot;Https&Quot;
How To Fix Common Ssl Issues In Wordpress 57

After you save your changes, you can install the Better Search Replace plugin.

Screenshot Of The Better Search Replace Download Option In Wp
How To Fix Common Ssl Issues In Wordpress 58

With this tool, you can easily search for, find, and replace old URLs within your WordPress database. Once you have activated it, navigate to Tools > Better Search Replace.

Screenshot Of The Bsr Plugin At Work In Wp Listening Select Tables Immediately Blow The Search For And Replace Fields
How To Fix Common Ssl Issues In Wordpress 59

In the Search for field, you can add your website URL with “http” at the beginning. Then, add “https” to the Replace with field.

When you’re done, save your changes. Now the mixed content errors should be gone when you refresh your site.

Note: Remember to back up your website, since this can affect your databases.

3. Too Many Redirects

Some SSL issues are caused by the too many redirects error. This can happen if you ask WordPress to enforce SSL/HTTPS for the admin area of your site.

To resolve this problem, you’ll need to edit your wp-config.php file. You can locate this file by using a Secure File Transfer Protocol (SFTP) client like FileZilla or the file manager in your web hosting account.

To access your site’s directory, open the folder labeled with your domain name. Inside it, you’ll find the wp-config.php file.

If you’re using FileZilla, the first step is to connect to your WordPress site. If this is your first time using the FTP client, you’ll need to obtain your credentials from your web host. Once connected, locate the wp-config.php file in your site’s directory.

File Manager Showing Wp-Config.php With Right Click Options And View/Edit Highlighted
How To Fix Common Ssl Issues In Wordpress 60

Open the file and insert the following lines of code:

define('FORCE_SSL_ADMIN', true);
// in some setups HTTP_X_FORWARDED_PROTO might contain
// a comma-separated list e.g. http,https
// so check for https existence
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
       $_SERVER['HTTPS']='on';

Make sure to add this at the bottom of the file, right before the line that reads, “That’s all. Stop editing! Happy blogging.” When you’re finished, save your changes and close the file.

4. HTTP To HTTPS Redirect

WordPress won’t automatically redirect your site from HTTP to HTTPS — you need to tell it to. Without creating these instructions, visitors could see SSL errors.

Since WordPress 5.7, it is possible to migrate to HTTPS with one click by following the instructions in the Site Health section of your WordPress dashboard. Go to Tools, select Site Health, and click the button to update your site to HTTPS.

If that option doesn’t work for your website, use a plugin such as Really Simple SSL — or you can manually configure the HTTP to HTTPS redirect by editing your .htaccess file. Again, you can do this via SFTP or the file manager in your hosting account. You will find it inside the folder that shares your domain name.

DreamHost Glossary

.htaccess

’.htaccess’ is a configuration file used by the Apache web server software. The .htaccess file contains directives (instructions) that tell Apache how to behave for a particular website or directory.

Read More

Locate and open the .htaccess file, then add in the following code:


RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Remember to save your changes when you’re done. If you’re not comfortable editing your site’s files, we recommend using a plugin or contacting your hosting provider for assistance.

5. A Name Mismatch Error

The name mismatch error occurs when your domain name listed in the SSL certificate does not match the browser URL. This normally happens when you purchase a certificate from a third-party seller.To fix this error, you’ll simply need to add the following code to your .htaccess file:


RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Finish by saving your changes. When you revisit your WordPress site, you should no longer see any SSL error messages.

How To Fix Other Common WordPress Errors

Need to resolve other technical issues on your site? We’ve put together several guides to help you troubleshoot some of the most common WordPress errors

Check out our WordPress Tutorials section if you’re looking for tips and best practices for running a WordPress site. This is a collection of expert-written guides designed to help you navigate the WordPress dashboard like a pro.

SSL/TLS Error FAQs

Still have questions about SSL and TLS? You’ve come to the right place. Here are some of the most commonly asked questions, and the matching answers:

Do I need SSL for WordPress?

Technically no. But a website without SSL/TLS today is going to be flagged up with security warnings in every browser, and marked down severely by every search engine.

If your site handles any sensitive information, such as credit card details, going without SSL is just asking for trouble.

How do I manually install an SSL certificate on WordPress?

First, you need to buy and download your SSL certificate files. Then you need to generate a Certificate Signing Request (CSR) on your web server, activate and install your certificate, and update WordPress to use HTTPS.

Doing this all manually is a complex process, so we have dedicated SSL guides to help.

Why am I getting SSL error for every website?

It could be one of several reasons:

  • Time and date settings: SSL certificates are sensitive to time. If your computer is set to the wrong time or date, it could invalidate the connection.
  • Browser cache issues: Corrupted data in your browser cache can sometimes disrupt SSL/TLS verification.
  • Software updates: Occasionally, bad updates can cause SSL/TLS errors.
  • Antivirus software: These apps can interfere with SSL/TLS.
  • Network proxies: You might start seeing SSL/TLS issues on every site if you’re using a misconfigured VPN.

Making WordPress Secure

Adding an SSL certificate to your WordPress website is really important if you want to maintain security and appear in search results. Normally, it’s a pretty straightforward process. But as we have discovered in this post, hiccups can happen.

To recap the most common errors and their resolutions:

  • The NET::ERR_CERT_INVALID error suggests that your certificate needs to be renewed or reinstalled.
  • Mixed content errors can be fixed manually, or with a plugin such as Really Simple SSL.
  • Too many redirects can be resolved by adding code to your wp-config.php file.
  • A WordPress HTTP to HTTPS redirect needs to be configured using a plugin such as Really Simple SSL, or manually via your site’s .htaccess file.
  • A name mismatch error happens when the certificate domain and browser URL do not match; you’ll need to add code to your .htaccess file.

Setting up SSL on your WordPress website is free and easy with DreamHost.

All our plans include an SSL certificate from Let’s Encrypt, and our support team is on hand 24/7 to guide you through the process.

Check out our DreamPress plans today to learn more. They come with the TLS certificate pre-installed for you!

Get Content Delivered Straight to Your Inbox

Subscribe now to receive all the latest updates, delivered directly to your inbox.

Jos Velasco is a WordPress Professional Consultant at DreamHost. His responsibilities include helping with advanced WordPress cases, creating training material, and identifying trends impacting the WordPress community. In his free time, he enjoys climbing mountains, eating healthy, and watching drama movies. Follow Jos on LinkedIn: https://www.linkedin.com/in/josvelasco/

Your Dream Website Is Just One Click Away

At Ericks Webs Design, we believe every business deserves a stunning online presence — without the stress. We offer flexible payment options, a friendly team that truly cares, and expert support every step of the way.

Whether you’re a small business owner, a church, or a growing brand, we’re here to bring your vision to life.

✨ Let’s build something amazing together.

— no pressure, just possibilities.

Latest News & Website Design Tips

Stay up-to-date with the latest insights, trends, and tips in business website design. Explore our newest articles to discover strategies that can help you elevate your online presence and grow your business.

The #1 Reason Construction Businesses Are Missing Out on Thousands in Contracts

The #1 Reason Construction Businesses Are Missing Out on Thousands in Contracts

Many construction businesses struggle to secure contracts simply because they lack a strong online presence. Prospective clients increasingly rely on searching for services online, and without an accessible, professional website, businesses can fall off their radar. A custom website not only showcases completed projects but also establishes credibility, making it easier for potential clients to connect. With effective SEO strategies, contractors can improve their visibility in local searches, ensuring they don’t miss out on valuable opportunities. In today’s digital age, investing in a robust online platform is essential for staying competitive and connected to clients who need their services.

What to Write on Your About Page (With Examples)

What to Write on Your About Page (With Examples)

The article “What to Write on Your About Page (With Examples)” emphasizes the importance of an effective About page for small businesses, especially in McAllen, Texas. It highlights key elements to include: an introduction of yourself and your team, sharing your mission and values, telling your story, showcasing your expertise, and including testimonials. This page should create a personal connection with potential customers, building trust and credibility. By sharing your journey and demonstrating your commitment to quality service, you can enhance your online presence and attract loyal clients. An engaging About page is crucial for transforming visitors into customers, helping your business thrive.

Why Your Word-of-Mouth Strategy Is Failing — And How a Website Fixes It

Why Your Word-of-Mouth Strategy Is Failing — And How a Website Fixes It

Many contractors in South Texas rely too heavily on word-of-mouth for business, which limits their reach and customer engagement. While personal referrals are valuable, the increasing competition and digital shift mean that a lack of online visibility can cost potential clients. A well-designed website serves as a crucial marketing tool, showcasing work, capturing leads, and optimizing search engine rankings. This digital presence not only enhances brand identity but also facilitates local discovery, ensuring contractors can connect with clients actively searching for services. Embracing a website can revolutionize client interactions and ultimately drive business growth.

Why Dental Clinics Need a Website That Smiles Back

Why Dental Clinics Need a Website That Smiles Back

The article “Why Dental Clinics Need a Website That Smiles Back” emphasizes the importance of having a strong online presence for dental practices. It highlights that 77% of patients conduct online research before booking appointments, making a user-friendly website essential. A well-designed site acts as a digital business card, showcasing the clinic’s personality and inviting atmosphere. Key features like easy contact forms and scheduling tools enhance user experience. While investing in a website may seem daunting, it ultimately saves time and attracts new patients. The article encourages dental clinics to create websites that reflect their warm, welcoming vibe and invite potential patients to engage.

No Trust: Why Homeowners Skip Over Construction Companies Without a Website

No Trust: Why Homeowners Skip Over Construction Companies Without a Website

The article “No Trust: Why Homeowners Skip Over Construction Companies Without a Website” emphasizes the critical need for construction companies, particularly in South Texas, to establish an online presence. Homeowners increasingly rely on Google for finding contractors, and without a website, businesses risk losing potential clients to competitors. Common challenges include disappearing leads, poor online visibility, and over-reliance on referrals. A custom website can address these issues by showcasing projects, building trust with professional designs, and streamlining contact processes. Ultimately, having a website is essential for attracting clients and enhancing a construction company’s credibility in today’s digital landscape.

How to Build Trust for Online Shoppers

How to Build Trust for Online Shoppers

The article “How to Build Trust for Online Shoppers” highlights essential strategies for small business owners in South Texas to foster trust among potential customers. Trust is critical in online shopping, as consumers often rely on online reviews, quality images, and secure payment options to make decisions. Key tips include showcasing authentic customer reviews, using high-quality product images and descriptions, ensuring secure payment methods, communicating transparent policies, and engaging with customers on social media. By implementing these tactics, businesses can enhance their credibility and build lasting customer relationships, ultimately driving sales and improving their online presence.

No Website

No Website

The article “No Website” emphasizes the crucial need for construction businesses in South Texas to establish an online presence. Without a website, potential clients may overlook opportunities to engage, causing frustration and lost leads. A well-designed website serves as a 24/7 storefront, showcases a portfolio, facilitates communication, and boosts visibility on Google. By establishing trust and enhancing credibility, having a website can significantly increase qualified leads. The piece encourages construction business owners to invest in digital presence, highlighting how local expertise can tailor solutions to meet specific needs. Ultimately, it stresses that a website is not a luxury but an essential tool in a competitive market.

The Ultimate Church Website Checklist for 2025

The Ultimate Church Website Checklist for 2025

The article “The Ultimate Church Website Checklist for 2025” emphasizes the importance of a well-designed church website as a vital first impression for potential visitors. It outlines essential elements to include, such as a clear “About Us” section, easy navigation, mobile optimization, engaging content, and an accessible events calendar. It also highlights the need for visible contact information, social media links, member testimonials, and basic SEO practices. Regular updates and maintenance are crucial for keeping the site relevant and engaging. Ultimately, a well-crafted church website can enhance community connection and attract new members.

What Makes an Ecommerce Website Successful?

What Makes an Ecommerce Website Successful?

A successful ecommerce website is essential for small businesses, particularly in today’s digital landscape. Key factors include user-friendly design, which prioritizes simplicity; mobile optimization to cater to smartphone users; high-quality product images and descriptions that inform and entice; secure payment options to build trust; and effective SEO strategies to enhance online visibility. Local examples, such as “Fashion Fiesta” and “Blossom Boutique,” illustrate how these elements can lead to increased sales and customer engagement. By focusing on these strategies, business owners can create an ecommerce website that drives sales and fosters loyalty, ensuring long-term success in the competitive online marketplace.

Losing Jobs to the Competition? Hereʼs How a Website Can Fix That

Losing Jobs to the Competition? Hereʼs How a Website Can Fix That

The article “Losing Jobs to the Competition? Here’s How a Website Can Fix That” highlights how construction businesses, particularly in South Texas, can lose potential clients due to poor online visibility. Many contractors face challenges, such as relying on referrals and struggling to close leads. A well-designed website can serve as a 24/7 marketing tool, showcasing completed projects, building trust through testimonials, simplifying quote requests, and enhancing Google presence with SEO. Ericks Webs Design aims to help construction companies create impactful websites that attract leads and convert inquiries into contracts, ultimately allowing them to stop losing jobs to the competition.