Apparently desktop Chrome has a flag called --ignore-certificate-errors
that allows you to bypass all certificate warnings. Is there an equivalent for Android Chrome? I checked in chrome://flags
but nothing there.
Asked
Active
Viewed 2.5k times
5

gravitation
- 163
- 1
- 1
- 7
-
1Perhaps try this approach if possible first. Doesn't mean that it can work, but doesn't hurt to try either. – Andrew T. May 18 '15 at 07:30
3 Answers
0
It's not a permanent bypass, but the flag
chrome://flags/#remember-cert-error-decisions
should make it less painful.

m-p-3
- 367
- 1
- 9
-
4This flag is no longer available. I'm not able to find out when it was removed, but I've used it for a while and just realized that it is no longer there. – edhedges Oct 12 '15 at 20:47
-
0
On modern Chrome versions you need to disable follow flag:
chrome://flags/#enable-recurrent-interstitial

Nikita Koksharov
- 101
- 2
0
If you have chrome connected to a remote chrome debugging session (see here: https://developers.google.com/web/tools/chrome-devtools/remote-debugging), you can inspect the tab on the remote side, click on the miniature displayed screen on the remote side and type "thisisunsafe" just like in normal chrome.

lru
- 1