diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-19 16:21:35 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-19 16:21:35 +0100 |
commit | 860ff9593b6d706136518693b2a82db6b769e17e (patch) | |
tree | e10ede3165a4fed5ea23f8952e5bf0ba0416c120 /doc/examples/configure-index | |
parent | b6f0036a8ed8fb5278d6fb9da601edc254eb03fe (diff) | |
parent | 714ee06cb1f8892f283bcdcfbb7ebbba8d642193 (diff) |
* merged the apt--curl-https branch
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 55edd77e5..26d9354fe 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -128,6 +128,18 @@ Acquire Dl-Limit "7"; // 7Kb/sec maximum download rate }; + // HTTPS method configuration: + // - uses the http proxy config + // - uses the http cache-control values + // - uses the http Dl-Limit values + https + { + Verify-Peer "false"; + SslCert "/etc/apt/some.pem"; + CaPath "/etc/ssl/certs"; + Verify-Host" "2"; + }; + ftp { Proxy "ftp://127.0.0.1/"; @@ -269,6 +281,7 @@ Debug NoLocking "false"; Acquire::Ftp "false"; // Show ftp command traffic Acquire::Http "false"; // Show http command traffic + Acquire::Https "false"; // Show https debug Acquire::gpgv "false"; // Show the gpgv traffic aptcdrom "false"; // Show found package files IdentCdrom "false"; |