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 error: Your connection is not private NET::ERR_CERT_COMMON_NAME_INVALID
.
It was working on chrome till last update & is working on firefox & IE. There is also no option in advanced setting to skip error & visit site.
Please help.
So as the error message states, the root problem behind NET::ERR_CERT_COMMON_NAME_INVALID is that the common name on your SSL certificate is not valid for some reason. Often, this means that the name on your certificate does not match the domain it's installed on.
The “your connection is not private” error message is exactly what it sounds like. It's a message from your browser that informs you that the connection is not secure. This means that if you aren't using an antivirus or encryption, your device will be a gold mine for hackers.
Finally banging head on desk for two days I found this setting in chrome://flags/
to Allow invalid certificates for resources loaded from localhost
. finally no disable all certificate error, only for localhost. Adding answer for someone struggling with same issue.
We have found that the best (and only) way to override Chrome is to type the phrase thisisunsafe
at the Chrome generated webpage that blocks you. Just type the text directly to the page; there will be no text entry box.
We have servers on an internal network which use SSL but which are not externally signed and this is the only way to get to them.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With