Chromium Code Reviews| Index: remoting/protocol/jingle_stream_connector.cc |
| diff --git a/remoting/protocol/jingle_stream_connector.cc b/remoting/protocol/jingle_stream_connector.cc |
| index 57e0fcd398a807a5133ae259cfcc17f523fac4fa..12b2e79a981797dac4c00b292d126e33b61b905f 100644 |
| --- a/remoting/protocol/jingle_stream_connector.cc |
| +++ b/remoting/protocol/jingle_stream_connector.cc |
| @@ -43,6 +43,7 @@ net::SSLClientSocket* CreateSSLClientSocket( |
| cert_and_status.cert_status = net::CERT_STATUS_AUTHORITY_INVALID; |
| cert_and_status.der_cert = der_cert; |
| ssl_config.allowed_bad_certs.push_back(cert_and_status); |
| + ssl_config.rev_checking_enabled = false; |
|
wtc
2011/08/23 01:49:21
You may want to add a comment (revocation checking
Sergey Ulanov
2011/08/23 17:34:51
Done.
|
| // SSLClientSocket takes ownership of the adapter. |
| net::HostPortPair host_and_port( |