New issue
Advanced search Search tips

Issue 894091 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

ChromeSSLHostStateDelegate::RevokeUserAllowExceptionsHard does not work correctly with the network service

Project Member Reported by mmenke@chromium.org, Oct 10

Issue description

ChromeSSLHostStateDelegate::RevokeUserAllowExceptionsHard changes some settings (Which may or may not currently be passed to the network service), and then closes all idle connections for a particular URLRequestContextGetter.

While I have no idea if the settings changes are correctly applied to the network service, the CloseIdleConnections() call does not.  As there's no CloseIdleConnections() call in services/network, even if the settings change is passed to the network service somehow, that also does not triggering closing idle connections.
 
Components: UI>Browser>Interstitials
Labels: Team-Security-UX
On the CloseIdleConnections side, probably the right way to solve this, long-term, would be for //net to maintain some aspect of the certificate exceptions so it can handle the socket management itself. (The issue we were previously talking about where this feature doesn't interact with socket pools right at all.)

Sign in to add a comment