Index: net/http/http_network_transaction.cc |
diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc |
index c0b7f2993936e85182171df368ce665606be95cc..70ae23525263fcb37dfe61ccd41653d2a48c59ad 100644 |
--- a/net/http/http_network_transaction.cc |
+++ b/net/http/http_network_transaction.cc |
@@ -1096,8 +1096,7 @@ int HttpNetworkTransaction::HandleSSLHandshakeError(int error) { |
case ERR_SSL_VERSION_OR_CIPHER_MISMATCH: |
case ERR_SSL_DECOMPRESSION_FAILURE_ALERT: |
case ERR_SSL_BAD_RECORD_MAC_ALERT: |
- if (ssl_config_.tls1_enabled && |
- !SSLConfigService::IsKnownStrictTLSServer(request_->url.host())) { |
+ if (ssl_config_.tls1_enabled) { |
// This could be a TLS-intolerant server, an SSL 3.0 server that |
// chose a TLS-only cipher suite or a server with buggy DEFLATE |
// support. Turn off TLS 1.0, DEFLATE support and retry. |