Your connection is not private NET::ERR_CERT_COMMON_NAME_INVALID

前端 未结 8 1921
天命终不由人
天命终不由人 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:05

    You can copy this tag and add to Google Chrome shortcut to bypass this warning permanently.

    --ignore-certificate-errors

    Updated - March 2020: Adding the above tag to Google Chrome shortcut does not work anymore. In order to temporarily turn off or bypass this annoying warning from Google Chrome, to go chrome://flags and search for this following entry:

    Allow invalid certificates for resources loaded from localhost

    After that, enable the option and restart your Google Chrome browser. By doing so, you can bypass the alert as long as you want until you turn off the option.

    Source: Fix Your Connection Is Not Private Error In Your Browser

提交回复
热议问题