Solved: NET::ERR_CERT_COMMON_NAME_INVALID

Better Stack Team
Updated on March 9, 2023

Problem

NET::ERR_CERT_COMMON_NAME_INVALID error when opening your website.

Cause of the problem

A NET::ERR_CERT_COMMON_NAME_IN error occurs when the domain the SSL certificate is installed on is not listed on the certificate (either as the common name, subject alternative name or covered by a wildcard).

Solution

Check if the domain has the correct certificate installed

The most common reason for this error to occur is installing an incorrect certificate to a domain. The easiest way to check whether this is to inspect the certificate and compare the issued to domain information to the domain the certificate is installed on.

Check redirects and www vs. non-www

Check if the browser is not redirecting users to the other version of your website. Then check if you're forcing the traffic through the www version of your domain. Some certificates don't cover www versions along with non-www versions.

Make your mark

Join the writer's program

Are you a developer and love writing and sharing your knowledge with the world? Join our guest writing program and get paid for writing amazing technical guides. We'll get them to the right readers that will appreciate them.

Write for us
Writer of the month
Marin Bezhanov
Marin is a software engineer and architect with a broad range of experience working...
Build on top of Better Stack

Write a script, app or project on top of Better Stack and share it with the world. Make a public repository and share it with us at our email.

community@betterstack.com

or submit a pull request and help us build better products for everyone.

See the full list of amazing projects on github