Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Issue 3723001: net: detect and error out with ESET/NetNanny HTTPS interception + False Start (Closed)

Created:
10 years, 2 months ago by agl
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

net: detect and error out with ESET HTTPS interception + False Start ESET products (anti-virus) and NetNanny can intercept HTTPS connections. However, they're False Start intolerant. Rather than have connections hang forever, we detect them by the leaf certificate's issuer common name and give a helpful error message. BUG=58152 TEST=Install ESET anti-virus. Configure to intercept HTTPS connections. Goto https://mail.google.com. Confirm that a helpful error page appears. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=62209

Patch Set 1 #

Total comments: 10

Patch Set 2 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -17 lines) Patch
M chrome/app/generated_resources.grd View 1 2 chunks +35 lines, -0 lines 0 comments Download
M chrome/renderer/localized_error.cc View 1 4 chunks +26 lines, -2 lines 0 comments Download
M net/base/net_error_list.h View 1 1 chunk +14 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_nss.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 4 chunks +39 lines, -11 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
agl
I'm checking Kaspersky and NetNanny at the moment.
10 years, 2 months ago (2010-10-11 20:48:52 UTC) #1
wtc
LGTM. http://codereview.chromium.org/3723001/diff/1/2 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/3723001/diff/1/2#newcode5567 chrome/app/generated_resources.grd:5567: Server has a weak Diffie-Hellman public key Nit: ...
10 years, 2 months ago (2010-10-11 21:01:26 UTC) #2
agl
Have addressed comments (thanks for catching the leak!) After spending a couple of hours installing ...
10 years, 2 months ago (2010-10-11 22:04:10 UTC) #3
wtc
10 years, 2 months ago (2010-10-11 22:48:34 UTC) #4
On 2010/10/11 22:04:10, agl wrote:
>
> After spending a couple of hours installing and uninstalling 'anti-virus'
> products I found that NetNanny also has a problem. Therefore I've duplicated
the
> same pattern.

Did you rename the error code to be not specific to ESET
(ERR_ANTI_VIRUS_SSL_INTERCEPTION), or did you add a new
error code for NetNanny (ERR_NET_NANNY_ANTI_VIRUS_SSL_INTERCEPTION)?

> (Note: due to time pressure I won't wait for an affirmative ok
> from you before landing.)

This is fine, but please upload a new Patch Set so I can review the
changes you made after the fact.

Powered by Google App Engine
This is Rietveld 408576698