Revert "Disable SSL session ID caching."

This reverts commit debe0e345b.
This commit is contained in:
Daniel Silverstone 2018-04-22 12:58:39 +01:00
parent 103c015784
commit 5efc6407d3
1 changed files with 0 additions and 3 deletions

View File

@ -646,9 +646,6 @@ static CURLcode fetch_curl_set_options(struct curl_fetch_info *f)
SETOPT(CURLOPT_PROXY, NULL);
}
/* Disable SSL session ID caching, as some servers can't cope. */
SETOPT(CURLOPT_SSL_SESSIONID_CACHE, 0);
if (urldb_get_cert_permissions(f->url)) {
/* Disable certificate verification */
SETOPT(CURLOPT_SSL_VERIFYPEER, 0L);