On Wed, 2 Feb 2000, Shaul Karl wrote: > I have no experience with proxy auth. However, if I got it correctly then the > attached /etc/apt/apt.conf has the skeleton for this to be done.
HTTP proxy authentication is very simple: export http_proxy="http://[EMAIL PROTECTED]:proxy.com:3128/" apt.. Your proxy will need to support http/1.1 defined proxy authorization. Jason

