How to Fix the Expired Intermediate SSL Certificate Error in Windows, MAC, Nginx, and Apache?

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...
Fix Expired Intermediate Certificate Error

Have you been greeted by an “Incomplete SSL Certificate Chain” or “Broken SSL Chain” warning on your browser? This could signal an expired intermediate SSL certificate. It’s a specific error that disrupts website access and raises security concerns.

If you are searching for answers on fixing this error, you are not – alone! Understanding and resolving this issue is paramount for a secure web presence. So, before exploring how to identify and rectify this SSL error, it would be better to comprehend – “What exactly is this error?” & “Why does it occur?”

What is an Expired Intermediate SSL Certificate Error?

An Expired Intermediate SSL Certificate Error signifies a disruption in the SSL chain of trust. This chain, essential for validating a website’s security credentials, hinges on the reliability of – Intermediate Certificates. When one expires, it fails to connect the user’s SSL to a trusted root certificate.

In lay terms, it’s akin to a broken link within a chain of authentication. The result? Browsers cannot verify the site’s security, leading to access errors.

Why Does Fix the Expired Intermediate SSL Certificate Error Occur?

The Expired Intermediate SSL Certificate Error often arises when the intermediate certificate is missing or incorrect. If you install an SSL certificate without its intermediate, browsers can’t chain it to a trusted authority. They’ll flag this as a broken chain. Also, if an intermediate certificate is revoked or expires, it invalidates the chain. Browsers will then warn of the security risk and display an expired Intermediate SSL Certificate error or warning.

How to Fix the Expired Intermediate SSL Certificate Issue?

We will cover how to fix the issue in discussion on various platforms – Windows, Mac, Apache, and Nginx. So, whatever platform you are using, you can get the Expired Intermediate SSL Certificate error resolved.

Steps to Fix the Expired Intermediate SSL Certificate Error on Windows

Note: To address issues with expired legacy intermediates, delete them. But before doing that, first back up your current configuration to prevent any mishaps before starting with the steps mentioned below.

Here are the steps:

  1. Click Search, placed on the taskbar.
  2. Type Microsoft Management Console, and press Enter.
  3. The Console window will appear.
  4. From the File list, select the Add/Remove Snap-in option.
  5. The Add or Remove Snap-in window will appear.
  6. In the left pane, under the Available Snap-in section, click Certificates.
  7. Click Add and then click OK.
  8. In the Certificates snap-in window, select Computer account.
  9. The Select Computer window will appear.
  10. Select Local Computer: (the computer this console is running on).
  11. Click Finish and then click OK.
  12. In the console window, in the left pane, all the certificates on your local computer will be listed.
  13. Click the right arrowhead (>) to expand the Third-Party Root Certification Authority option.
  14. Find the Certificate name you want to disable (e.g., DigiCert High Assurance EV Root CA) and right-click on it.
  15. From the list, select Properties.
  16. A new window will appear.
  17. In the General tab, under the Certificate purposes section, select Disable all purposes for this certificate.
  18. Click Apply.
  19. Restart your system.

Steps to Fix the Expired Intermediate SSL Certificate Error on Mac

Here are the steps:

  1. Log into your Mac with an administrative account.
  2. Navigate to Applications > Utilities.
  3. Double-click on the Keychain Access application to launch it.
  4. The Keychain Access will appear.
  5. In Keychain Access, from the View list, select Show Expired Certificates.
  6. Search for the Expired Intermediate Certificate in the list.
  7. Once you locate the expired certificate, select it.
  8. Right-click on the expired certificate.
  9. From the list, select Delete.
  10. Close the Keychain Access application.
  11. Restart your Mac to ensure the changes take effect.

Steps to Fix the Expired Intermediate SSL Certificate Error on Apache

Here are the steps:

  1. Locate your Apache configuration file.
  2. Find the SSLCertificateChainFile directive.
  3. Use Notepad to edit the path in the directive to point to the correct intermediate certificate file. This file should contain only one certificate.
  4. Save the changes and exit the editor.
  5. Restart Apache to apply the changes.

Steps to Fix the Expired Intermediate SSL Certificate Error on Nginx

Here are the steps:

  1. Open your Nginx configuration file.
  2. Find the ssl_certificate /etc/ssl/your_domain_name.pem directive.
  3. Use Notepad to open ssl_certificate /etc/ssl/your_domain_name.pem.
  4. Edit the ssl_certificate /etc/ssl/your_domain_name.pem to include only the domain’s (server) certificate & it’s issuing intermediate cert.
  5. Save the changes.
  6. Exit the editor.
  7. Reload Nginx to apply the new configuration.

Conclusion

The intermediate certificate links your SSL certificate to the trusted root certificate. Without it, browsers and clients cannot verify the trust chain. Hence, always ensure that the intermediate certificate is up to date and correctly installed in your server configuration.

<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 109.7 29.02"><defs><style>.cls-1{fill:#fff;}</style></defs><path class="cls-1" d="m5.38,22.85c-3.1-.26-5.3-1.92-5.38-4.8h3.6c.1,1.1.67,1.85,1.78,2.09v-4.58c-2.47-.62-5.38-1.32-5.38-4.87,0-2.83,2.26-4.68,5.38-4.92v-1.94h1.54v1.94c3,.24,5.02,1.85,5.23,4.7h-3.62c-.1-.94-.67-1.66-1.61-1.94v4.54c2.5.65,5.42,1.3,5.42,4.85,0,2.45-1.92,4.73-5.42,4.97v1.94h-1.54v-1.97Zm0-10.25v-4.15c-1.1.17-1.87.84-1.87,2.06,0,1.13.77,1.7,1.87,2.09Zm1.54,3.38v4.2c1.22-.22,1.94-1.06,1.94-2.14s-.82-1.68-1.94-2.06Z"/><path class="cls-1" d="m17.62,8.33h-2.33v-3.1h5.78v17.5h-3.46v-14.4Z"/><path class="cls-1" d="m28.27,17.81c.26,1.39,1.15,2.18,2.71,2.18,1.97,0,2.83-1.46,2.83-5.4-.74,1.03-2.16,1.63-3.7,1.63-3.02,0-5.45-1.9-5.45-5.59,0-3.5,2.21-5.81,5.91-5.81,4.75,0,6.22,3.22,6.22,8.76,0,5.95-1.32,9.17-5.95,9.17-3.72,0-5.5-2.38-5.69-4.94h3.12Zm5.23-7.15c0-1.92-1.1-2.98-2.81-2.98s-2.81,1.18-2.81,2.93c0,1.58.89,2.88,2.93,2.88,1.68,0,2.69-1.13,2.69-2.83Z"/><path class="cls-1" d="m41.28,22.9c-1.22,0-2.09-.86-2.09-1.97s.86-1.97,2.09-1.97,2.04.86,2.04,1.97-.86,1.97-2.04,1.97Z"/><path class="cls-1" d="m49.54,17.81c.26,1.39,1.15,2.18,2.71,2.18,1.97,0,2.83-1.46,2.83-5.4-.74,1.03-2.16,1.63-3.7,1.63-3.02,0-5.45-1.9-5.45-5.59,0-3.5,2.21-5.81,5.91-5.81,4.75,0,6.22,3.22,6.22,8.76,0,5.95-1.32,9.17-5.95,9.17-3.72,0-5.5-2.38-5.69-4.94h3.12Zm5.23-7.15c0-1.92-1.1-2.98-2.81-2.98s-2.81,1.18-2.81,2.93c0,1.58.89,2.88,2.93,2.88,1.68,0,2.69-1.13,2.69-2.83Z"/><path class="cls-1" d="m64.56,17.81c.26,1.39,1.15,2.18,2.71,2.18,1.97,0,2.83-1.46,2.83-5.4-.74,1.03-2.16,1.63-3.7,1.63-3.02,0-5.45-1.9-5.45-5.59,0-3.5,2.21-5.81,5.9-5.81,4.75,0,6.22,3.22,6.22,8.76,0,5.95-1.32,9.17-5.95,9.17-3.72,0-5.5-2.38-5.69-4.94h3.12Zm5.23-7.15c0-1.92-1.1-2.98-2.81-2.98s-2.81,1.18-2.81,2.93c0,1.58.89,2.88,2.93,2.88,1.68,0,2.69-1.13,2.69-2.83Z"/><path class="cls-1" d="m81.79,0h3.29l-6.48,27.07h-3.29L81.79,0Z"/><path class="cls-1" d="m96.89,9.43h3.58l-8.23,19.59h-3.58l2.88-6.62-5.33-12.96h3.77l3.43,9.29,3.48-9.29Z"/><path class="cls-1" d="m105.62,22.73h-3.36v-13.3h3.36v2.06c.84-1.37,2.23-2.26,4.08-2.26v3.53h-.89c-1.99,0-3.19.77-3.19,3.34v6.62Z"/></svg>