微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

asp.net – HTTPS停止使用IIS express

我经历了这整个程序

http://www.hanselman.com/blog/WorkingWithSSLAtDevelopmentTimeIsEasierWithIISExpress.aspx

几个星期前,并在所有IP的端口443上进行了https的工作.机器几天前重新启动,我试图再次访问该网站(通过VS2010启动,IIS快递托盘显示站点运行在80和443). http的工作正常,但https只是说“互联网浏览器无法显示页面”.我可以看到netstat系统进程正在侦听端口443,但我没有在浏览器中得到任何东西. fiddler显示一些隧道活动,但没有其他的东西.我应该检查什么来让这个备份运行?上述博客上的所有步骤都是对我的巫术,所以现在不行,我根本不知道从哪里开始.

-jt

解决方法

你尝试了以下(发布在 http://www.hanselman.com/blog/WorkingWithSSLAtDevelopmentTimeIsEasierWithIISExpress.aspx底部).

“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. “

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐