DescriptionMake proxy fallback logic more captive-portal friendly,
particularly in the case of SSL proxies.
Errors that one is likely to see when trying to talk SSL
to a captive portal now trigger fallback.
The errors are:
ERR_CONNECTION_TIMED_OUT (Portal blackholes SSL)
ERR_PROXY_CERTIFICATE_INVALID (Portal uses self-signed cert)
ERR_SSL_PROTOCOL_ERROR (Portal talks HTTP over port 443)
BUG=176053
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182411
Patch Set 1 #Patch Set 2 : Fix typo #Patch Set 3 : Fix comment #
Total comments: 4
Patch Set 4 : Response to comments #Messages
Total messages: 8 (0 generated)
|