]> git.saurik.com Git - apt.git/blobdiff - methods/https.cc
* apt-pkg/packagemanager.cc:
[apt.git] / methods / https.cc
index dbc1cf52cde1643c59d93c310b9db168b6860f93..47988970b5c93c8b89733383a985efe0c0c439d9 100644 (file)
@@ -135,6 +135,7 @@ bool HttpsMethod::Fetch(FetchItem *Itm)
    curl_easy_setopt(curl, CURLOPT_NOPROGRESS, false);
    curl_easy_setopt(curl, CURLOPT_FAILONERROR, true);
    curl_easy_setopt(curl, CURLOPT_FILETIME, true);
+   curl_easy_setopt(curl, CURLOPT_NETRC, CURL_NETRC_OPTIONAL);
 
    // SSL parameters are set by default to the common (non mirror-specific) value
    // if available (or a default one) and gets overload by mirror-specific ones.