New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 751204 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Dec 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Mac
Pri: 3
Type: Bug



Sign in to add a comment

DevTools: Security.handleCertificateError has a sticky effect per certificate

Project Member Reported by lushnikov@chromium.org, Aug 1 2017

Issue description

Chrome version: 61

With the devtools protocol:

1. Enable Security domain
2. Send Security.setOverrideCertificateErrors(true);
3. Try to navigate to a page with bad SSL certificates. Protocol will emit the Security.certificateError event.
4. Respond with Security.handleCertificateError('continue');
5. Try to navigate the page one more time

Expected: for every navigation, Security.certificateError is emitted
Actual: once the certificate error is "continued" once, it doesn't emit any other events in future.


 
Status: WontFix (was: Assigned)

Sign in to add a comment