Fix ERR_CERT_COMMON_NAME_INVALID error

 

When you visit a website which uses HTTPS, it also offers an SSL certificate to the browser to verify its identity. While it does have a lot of things inside it, one thing it includes is the URL of the website. In case the certificate does not match the URL to what user has entered, it will result in a warning – Server’s certificate does not match, ERR CERT COMMON NAME INVALID, and that the connection is not private, and the site may try to steal your data. In this post, we will share how to fix this issue.

ERR_CERT_COMMON_NAME_INVALID

ERR_CERT_COMMON_NAME_INVALID

1] Check the Certificate

If you are the website owner receiving that error, you need to check if the certificate is properly installed, and configured on the server.

2] Check your Host File

Windows uses a HOST file which is first checked when it wants to resolve Website to IP address. If by any chance, this host file has been modified by a malware, it will redirect to a malicious website which will look like the original website but on a different IP address, and without a proper SSL certificate. Make sure to remove any instance of the website in that file and save.

3] Use Google Public DNS

If it does not help, use Google Public DNS and see if that works for you. You need to explicitly change the DNS settings in your operating system use the DNS IP addresses. Every time when you type the domain name into the browser, it is a known fact that DNS will look for the IP address of the domain name and return the result to you. If your DNS has been compromised, its time change the IP address and see if it works.
fix-err_cert_common_name_invalid-error-9310272

  • First of all, right-click on the taskbar Network icon and select Network and Sharing Center.
  • Select “Change Adapter Settings”.
  • Search for the network connection that is used to connect to the internet, the option might be either “Local Area Connection” or “Wireless Connection”.
  • Right-click on it and click Properties.
  • Choose the new window to select “Internet Protocol 4 (TCP/IPv4)” and then click the Properties button.
  • Click the checkbox for “Use the following DNS server addresses” in the new window.
  • Enter in 8.8.8.8 and 8.8.4.4
  • Finally, click OK and exit.

One of these tips should help you to fix this error. It can happen in any browser like Chrome, etc, but is mostly a PC-level or a Server-level problem.

Original Article