Provide an option to ignore certificate errors
Categories
(DevTools :: General, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: Harald, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 1591927 implemented this for remote protocol, so this work can probably be re-used.
Related https://www.technipages.com/google-chrome-bypass-your-connection-is-not-private-message
Comment 1•5 years ago
|
||
the Remote work is based of Marionette which has https://searchfox.org/mozilla-central/source/testing/marionette/cert.js
Comment 2•5 years ago
|
||
See https://searchfox.org/mozilla-central/source/remote/domains/parent/Security.jsm for a working example on ignoring unsafe/invalid TLS certificates.
This also has quite good test coverage through https://searchfox.org/mozilla-central/source/remote/test/browser/security/browser_setIgnoreCertificateErrors.js.
Reporter | ||
Comment 3•5 years ago
|
||
Related see thread https://twitter.com/_jayphelps/status/1256082113054625792, with similar idea here https://twitter.com/_jayphelps/status/1256690090979491843
Updated•2 years ago
|
Description
•