Hacker News new | ask | show | jobs
by agl 5083 days ago
The bypass button only disappears for HSTS sites. Do you have a proxy server that's intercepting these connections and has a broken certificate?

You can disable all certificate checking with --ignore-certificate-errors but it is as bad as it sounds.

Rather, to correctly support MITM proxies you should install their CA certificate locally.

1 comments

I suppose I can use that the next time it happens, but that's a bit more overkill in terms of disabling warnings than I'm looking for :/
Starting Chrome with a flag is more overkill than adding a whole feature to Chrome to allow users to ignore SSL security?