You may notice that recently chrome adopted a strict approach for SSL certificates errors, and it's probably the right thing. Most internet users are should not get into websites with unverified certificates, but does it's the same for developers?
As developers, we sometimes start local servers with self-signed certificated which can be blocked by Google Chrome.
So how can I bypass the warning page and continue coding?
Simply type thisisunsafe
while the browser is focused on that page. That's it 🙂
Top comments (1)
where to type?