| Index: libcurl_http_fetcher.cc
|
| diff --git a/libcurl_http_fetcher.cc b/libcurl_http_fetcher.cc
|
| index 2502b6dda5da0ce9f37717d7bee05b4524cb46fb..cdc7523f2d3c17e743d17f83e2812b5165367c50 100644
|
| --- a/libcurl_http_fetcher.cc
|
| +++ b/libcurl_http_fetcher.cc
|
| @@ -140,7 +140,8 @@ void LibcurlHttpFetcher::ResumeTransfer(const std::string& url) {
|
| CURLOPT_REDIR_PROTOCOLS,
|
| CURLPROTO_HTTPS),
|
| CURLE_OK);
|
| - CHECK_EQ(curl_easy_setopt(curl_handle_, CURLOPT_SSL_CIPHER_LIST, "HIGH"),
|
| + CHECK_EQ(curl_easy_setopt(curl_handle_, CURLOPT_SSL_CIPHER_LIST,
|
| + "HIGH:!ADH"),
|
| CURLE_OK);
|
| }
|
|
|
|
|