使用ssl运行asp.net mvc应用程序时安全连接失败

时间:2015-01-30 09:05:57

标签: asp.net-mvc security ssl settings

我在我的asp.net mvc应用程序SSL Enabled = true中设置使用(现在是https://localhost:63892/http://localhost:12555/,但是当我通过Debug运行应用程序时,它说“安全连接失败”。我做错了什么?

2 个答案:

答案 0 :(得分:3)

确保Visual Studio生成的自签名证书受信任。该证书称为IIS Express开发证书

http://blogs.msdn.com/b/robert_mcmurray/archive/2013/11/15/how-to-trust-the-iis-express-self-signed-certificate.aspx

答案 1 :(得分:0)

如果有人帮助,请添加以下内容:使用VisualStudio 2015,Windows 10和IIS10 Express,即使我添加了证书,我仍然无法通过HTTPS访问localhost。我解决了卸载IIS10 Express并安装IIS8 Express的问题。然后,我可以通过HTTPS访问localhost。