http://www.hanselman.com/blog/WorkingWithSSLAtDevelopmentTimeIsEasierWithIISExpress.aspx
几个星期前,并在所有IP的端口443上进行了https的工作.机器几天前重新启动,我试图再次访问该网站(通过VS2010启动,IIS快递托盘显示站点运行在80和443). http的工作正常,但https只是说“互联网浏览器无法显示页面”.我可以看到netstat系统进程正在侦听端口443,但我没有在浏览器中得到任何东西. Fiddler显示一些隧道活动,但没有其他的东西.我应该检查什么来让这个备份运行?上述博客上的所有步骤都是对我的巫术,所以现在不行,我根本不知道从哪里开始.
-jt
解决方法
“I think by moving the self signed cert from Personal to Trusted Root CA directory causes a problem that SSL stops working after developers reboot their machines. (Don’t know how it happens,but it does happen consistently.) I finally get around this issue by export and re-import the self-signed cert into the trusted root directory (instead of simply drag it over). Now my self-signed cert is considered and I don’t need to REINSTALL/REPAIR IIS Express every time I reboot the machine. “