Skip to content

Instantly share code, notes, and snippets.

@brightzheng100
Created September 26, 2022 03:30
Show Gist options
  • Save brightzheng100/d124ff73e39c68a66fdc97a0a7d04b11 to your computer and use it in GitHub Desktop.
Save brightzheng100/d124ff73e39c68a66fdc97a0a7d04b11 to your computer and use it in GitHub Desktop.
Easiest way to bypass the NET:ERR_CERT_INVALID in Chrome, with self-signed cert

Once you encounter that, right click the page and click "inspect".

Then switch to "Console" and copy-and-paste below command, then enter:

sendCommand(SecurityInterstitialCommandId.CMD_PROCEED)

Boom, it will work within seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment