A common cause of the ERR_CERT_COMMON_NAME_INVALID error is when the domain name in your SSL certificate does not match the actual domain name you are trying to access. This can occur if you have changed domain names or subdomains since issuing the SSL certificate. Check that your SSL certificate is correctly installed on the correct server, and that the domain name matches exactly, including any subdomains (e.g., www). If the issue persists, verify your SSL certificate's validity period, installation process, and ensure it is not expired or revoked.
Another possible cause is if your SSL certificate is issued to a parent domain but you are trying to access a child domain. In this case, the SSL certificate will only work for the parent domain and its subdomains, not individual child domains. If this is your situation, consider obtaining an SSL certificate specifically for the child domain.
It's also worth noting that some third-party website builders or content management systems (CMS) may incorrectly install or configure SSL certificates, leading to this error. Check with your hosting provider or CMS support team to ensure their setup is correct and up-to-date.
In rare cases, the ERR_CERT_COMMON_NAME_INVALID error can be caused by a misconfigured server or router configuration on the network side. If you are using a network device such as a router or firewall, check its configuration settings to ensure they are allowing HTTPS traffic for your domain.