Your connection is not private NET::ERR_CERT_COMMON_NAME_INVALID

前端 未结 8 2091
天命终不由人
天命终不由人 2021-02-04 06:32

I am facing strange issue on chrome while debugging local ASP.NET application on chrome. I am not able to open localhost without https. With Https it\'s giving

8条回答
  •  遇见更好的自我
    2021-02-04 07:26

    Just figured out how to solve this! Click on the Debug tab in the top menu and click on Debug Properties (right below Options), then scroll down and uncheck Enable SSL. Now try debugging your application again and it should work! It may take a minute to load but it definitely solves the problem...

提交回复
热议问题