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