I have a Windows SBS 2000 Domain Controller, with Certificate Services 2.0 and IIS 5.0.
I have the Default Web Site on port 80 unsecure, and created a second site called Default Secure Web Site on port 8081 which I configured to be secure using a self-sign Certificate created using the CA 2.0 on the same server.
I installed SSL Diagnostics 1.1 and everything looks OK, but when I try to access any web page in the Default Secure Web Site it stays like forever loading and ends with a “Page cannot be displayed …DNS” error.
I am using this url:
https://servername.domain.com:8081/postinfo.html
The netstat -an reports server listenning on 192.x.y.z:433.
adsutil reports w3svc/1/securebindings = (LIST) (0 Items)
w3svc/3/securebindings = (LIST) (1 Items) “192.x.y.z:443:”
I using the IE 6 in the same server.
I tryed telnet 192.x.y.z 443 and got connected, but the cursor stayed fix instead of blink, and could not get out with ctrl-c.
Recall that SSL Diagnostics reported no error.