1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
<title>Known Bugs and Limitations</title>
<link rel="previous" href="troublefaq.html">
<link rel="ToC" href="index.html">
<link rel="up" href="index.html">
<link rel="next" href="cont.html">
</head>
<body>
<p><a href="troublefaq.html">Previous</a> | <a href="index.html">Contents</a> | <a href="cont.html">Next</a></p>
<h1><a name="bugs"></a>Chapter 10: Known Bugs and Limitations</h1>
<ul><li>
Only the "Basic" type of HTTP proxy authentication is supported at the moment
</li>
<li>
Only HTTP HEAD and GET commands are supported properly.
</li>
<li>
CONNECT (for https/SSL/TLS tunnels) is supported but needs to be enabled by local administrators, see <a href="howtos.html#ssluse">section 8.3</a> for details
</li>
<li>
POST support is restricted to apt-listbugs actions and is actually implemented as simple data forwarding with minor header manipulation. If additional proxy is configured, the client will be redirected to the HTTPS version of bugs.debian.org service, i.e. switching to the CONNECT method (see above)
</li>
<li>
Transparent proxy mode not implemented yet
</li>
<li>
The metadata update in maintenance jobs (like expiration task) attempts to guess the best source of update based on original source information and current backend configuration. In case of repeating failures, please run a "forced" download of index files through the web interface
</li>
<li>
See TODO file in apt-cacher-ng source for more related information
</li>
</ul>
<hr><address>Comments to <a href='mailto:blade@debian.org'>blade@debian.org</a>
<br>
[Eduard Bloch, Sun, 19 Apr 2015 10:25:49 +0200]</address></body>
</html>
|