Im' trying to implement a wildcard cert for the first time.
Server 2008 R2 Standard IIS 7.5
I've successfully configured SSL host header names as follows:
appcmd set site /site.name:"site1_name" /+bindings.[protocol='https',bindingInformation='*:443:site1.domain.biz']
appcmd set site /site.name:"site2_name" /+bindings.[protocol='https',bindingInformation='*:443:site2.domain.biz']
Internal LAN: The sites resolve successfully and display the site with the proper Network Solutions Wildcard SSL Cert.
Public Internet: The sites resolve successfully but return an error as not trusted. The certificate presented is a self-signed cert I was using for testing and have deleted from IIS. Further, the certificate presented was never bound to these specific sites.
Can someone help me to resolve this problem?
Brantley Allen
System Administrator
Pound Photographic Labs