Useful Snippets

Welcome!


This blog is used to collect useful snippets related to Linux, PHP, MySQL and more. Feel free to post comments with improvements or questions!

Are your smart devices spying on you? Make better purchasing choices and find products that respect your privacy at Unwanted.cloud

RSS Latest posts from my personal blog


Most viewed posts


Subscribe to RSS feed


Bypass Chrome self-signed certificate not working error page

Stanislav KhromovStanislav Khromov

Chrome recently added some hardening around self-signed certificates, meaning in certain cases, there is no longer a “Proceed” button.

You might see a message such as:

Attackers might be trying to steal your information from wpdev.aftonbladet.se (for example, passwords, messages or credit cards). NET::ERR_CERT_INVALID

“X normally uses encryption to protect your information. When Google Chrome tried to connect to X this time, the website sent back unusual and incorrect credentials. … You cannot visit X at the moment because the website sent scrambled credentials that Google Chrome cannot process. Network errors and attacks are usually temporary, so this page will probably work later.”

There are two ways to fix this:

1. Bypassing the check

To bypass the check, type the letters “thisisunsafe” into the browser window. The page will reload and you will see the contents.

2. Adding the self-signed certificate to your toolchain.

This will depend on the OS and browser you are using. For example, if you are using macOS you can follow this guide. If you are using Firefox, it manages its own certificate store and you can follow this guide.

Source

Mac

Web Developer at Aftonbladet (Schibsted Media Group)
Any opinions on this blog are my own and do not reflect the views of my employer.
LinkedIn
Twitter
WordPress.org Profile
Visit my other blog

Comments 0
There are currently no comments.