我按照下面的链接在window 2003 IIS 6上安装自签名ssl。
http://community.aspnix.com/windows-manuals-tutorials-tos/2669-create-self-signed-secure-socket-layer-certificate-ii6-windows-server-2003-a.html
我通过转到IIS >网站>默认网站(或您分配给它的任何网站)查看证书,右键单击> Properties >目录安全>查看证书,从而验证证书安装是否成功。
当我去https的时候
Internet Explorer cannot display the webpagehttp很好用。我怎样才能让HTTPS在这种情况下工作呢?
发布于 2012-04-24 20:15:17
在网站上,转到属性->网站并在“网站标识”下按下“高级”按钮。在“此网站的多个SSL标识”下添加一个条目。
发布于 2012-04-24 20:37:49
除了Mathais在https://serverfault.com/a/382726/40488的响应之外,您还应该将证书添加到Internet的信任存储中,以及您正在使用的其他浏览器中。这一点很重要,因为越来越多的浏览器被配置为拒绝自签名证书.
( Windows 7上的Internet Explorer说明)
https://serverfault.com/questions/382671
复制相似问题