Why does SSL 443 fail to work in IIS Express for custom domains of Visual Studio web projects?

笑着哭i 提交于 2019-12-06 14:02:37

Based on the linked blog below, you need to bind a certificate to port 443. IIS Express has already bound ports 44300 to 44399 to a local certificate for local https development.

I have not tried it, but (the bottom section of) this blog shows how you can bind to port 443 the existing local certificate IISExpress uses for ports 44300 to 44399.

Run IISExpress on port 443 using SSL and wildcard subdomains

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!