website uses an invalid security certificate (Error code: ssl_error_bad_cert_domain)

Posted by Walter Lockhart on Server Fault See other posts from Server Fault or by Walter Lockhart
Published on 2009-11-23T23:09:22Z Indexed on 2010/04/10 13:23 UTC
Read the original article Hit count: 782

Filed under:
|
|

I am running IIS 7 on Windows Server 2008.

I have two websites:

www.website01.com

www.website02.com

I have an SSL Certificate for each website.

When I access a secured page on www.website02.com I get the error:

www.website02.com uses an invalid security certificate.

The certificate is only valid for www.website01.com.

(Error code: ssl_error_bad_cert_domain)

I have googled this error and I understand that it is caused by the fact that I have bound both sites to the same IP Address / Port No. (443). However, I don't know what I need to do to remedy this situation.

Would someone please help.

Thanks in advance.

Kind Regards

Walter

© Server Fault or respective owner

Related posts about iis7

Related posts about windows-server-2008