Whitelist for Chrome “Your Connection is Not Private”

We use unsigned SSL certificates for local development, so we frequently see the "Your Connection is Not Private" message in Chrome. We bypass it by proceeding via the options, but this only lasts a few days or so before the message returns. Is there a way to either whitelist certain domains or have certain certificates always excepted?

I believe chrome://flags/ used to have a place to set "Remember decisions to proceed through SSL errors for a specified length of time" but that is no longer available.

2

4 Answers

The best (and only) solution that I have found is to type the passphrase thisisunsafe as soon as you see the “Your Connection is Not Private” message. We have servers on an internal LAN where we regularly get blocked by Chrome. This passphrase is the only way to get to them.

5

In chrome://flags/ there's a new option named Allow invalid certificates for resources loaded from localhost. that you can enable.

chrome://flags/#allow-insecure-localhost

2

Have you tried to add --ignore-certificate-errors tag in Google Chrome shortcut to bypass SSL warning? According to this post, it's a method to bypass & ignore the SSL warning.

Have you tried adding your own root certificate to chrome? (Settings, Advanced, Privacy & Security, Manage Certificates, Trusted Root CAs, Import)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like