IIS Express — Getting SSL to Work

后端 未结 5 2049
梦如初夏
梦如初夏 2020-12-04 15:28

I am unable to get IIS Express to accept secure connections for a VS2010 MVC3 project that I\'m developing. I can get it to accept unsecure connections on port 80, but not s

5条回答
  •  被撕碎了的回忆
    2020-12-04 15:58

    If you have followed jbtule's steps and SSL is still not working, ensure that your port is in the format :443XX.

    Visual Studio did this automatically for the first project I enabled SSL on, but any subsequent projects seem to have random SSL ports. Changing it to the above 443 structure under the Project > Web UI got it up and working for me.

提交回复
热议问题