无法打开SSL本地主机

时间:2020-11-07 00:57:24

标签: asp.net-core windows-10 localhost hosts

我正在研究ASP,并尝试在Windows 10和Kestrel Web Server上的 launchSettings.json 中使用以下配置运行示例应用程序:

"RazorPagesMovie": {
  "commandName": "Project",
  "launchBrowser": true,
  "applicationUrl": "https://localhost:5001;http://localhost:5000",
  "environmentVariables": {
    "ASPNETCORE_ENVIRONMENT": "Development"
  }
}

可以在以下位置找到应用程序

问题是该应用程序在 https:// localhost:5001

上不可用
  • 当我遇到这个问题时,我认为问题出在证书上,但是后来我发现我可以打开https://127.0.0.1:5001

  • 当我尝试打开https:// localhost:5001时,我在Google Chrome浏览器中看到下一页: enter image description here

  • 我的主人:

     127.0.0.1       localhost       
     ::1             localhost
    

我知道问题出在我的操作系统上(我尝试在另一台PC上运行它,但一切正常),但我想了解在Windows上可以解决这些问题的方法。我的意思是我可以使用哪些工具,哪些命令行实用工具对于理解错误之处可能会有用。

0 个答案:

没有答案