]> git.saurik.com Git - apt.git/blobdiff - methods/https.cc
* merge lp:~mvo/apt/netrc branch, this adds support for a
[apt.git] / methods / https.cc
index 86d7f3a6ba6542ed894292fbfc668789690f4949..3717ded7be85ce6581a9ec97ca85d795a170edfb 100644 (file)
@@ -138,6 +138,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.