0

due to a servercrash my IIS settings for a website were lost and I do not have the exact settings in hands. So I replaced the domain name with the ip address, and I am getting this error.

Is there a way to accept the security certificate on IE9 and skip clicking Show Content everytime when I get to the website?

SonalKhodiyar
  • 695
  • 8
  • 16

1 Answers1

0

No. Certificates are issued to a CN (Common Name) and browsers will complain when the CN doesn't match the address in the browser bar. You need a new certificate issued to the IP address.

SpliFF
  • 38,186
  • 16
  • 91
  • 120
  • I thought so.. Thank you very much for taking time to respond.. I'll get that done. – SonalKhodiyar Mar 26 '12 at 03:40
  • if you only want to fix it for a small group of known users you could try to force IE to accept it like detailed here (for IE8 and "self-signed" certs): http://stackoverflow.com/questions/681695/what-do-i-need-to-do-to-get-internet-explorer-8-to-accept-a-self-signed-certific – SpliFF Mar 26 '12 at 03:43
  • Thanks for sharing the link. I had already tried that. It didnt work. I am pretty sure there is no other way out.. Just wanted to confirm my thoughts if I was wrong... – SonalKhodiyar Mar 26 '12 at 03:53