Mobile app version of vmapp.org
Login or Join
Tiffany637

: Issue with security certificate name I have inherited an old website whose security certificate causes this error when viewed with IE. "The name on the security certificate is invalid or does

@Tiffany637

Posted in: #Https #SecurityCertificate

I have inherited an old website whose security certificate causes this error when viewed with IE.

"The name on the security certificate is invalid or does not match the name of the site"

Is there any easy way to fix this without having to get a new certificate?

Edit:
Some more info. This an internal website, though a couple of other companies have secure access to out networks DMZ to access it.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Tiffany637

2 Comments

Sorted by latest first Latest Oldest Best

 

@Kristi941

A common reason for this to occur is the SSL certificate is for example.com and the URL being accessed is example.com or vice versa. With the exception of wildcard certificates, they are issued for specific domains/subdomains and even just adding or removing the 'www' will cause issues.

If this is the case for your website an easy fix is to automatically forward users to the 'www' or 'non-www' URL with a 301 redirect. This can be done with a simple snippet in .htaccess for Apache and probably is just as easy in IIS.

10% popularity Vote Up Vote Down


 

@Sue5673885

If it's not the www/non-www issue that John mentions then you could put an entry in your DNS for the name that's on the certificate, but you'll have to tell people to use the new name.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme