| Index: remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| index 5658d5cff17c16b453c000334b518cc367c0656d..367b95b98234a8f887e06477f3c4277e912ad496 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| @@ -243,7 +243,7 @@ void SslHmacChannelAuthenticator::SecureAndAuthenticate(
|
| ssl_config.cert_io_enabled = false;
|
| ssl_config.rev_checking_enabled = false;
|
| ssl_config.allowed_bad_certs.push_back(cert_and_status);
|
| - ssl_config.require_ecdhe = false;
|
| + ssl_config.require_ecdhe = true;
|
|
|
| net::HostPortPair host_and_port(kSslFakeHostName, 0);
|
| net::SSLClientSocketContext context;
|
|
|