apt expects information regarding proxy servers to be in the following
form:

root@flash:/etc/apt# cat apt.conf
APT::Authentication::TrustCDROM "true";
Acquire::http::proxy "http://192.68.10.1:3128/";;
Acquire::https::proxy "https://192.68.10.1:3128/";;
Acquire::ftp::proxy "ftp://192.68.10.1:3128/";;
Acquire::socks::proxy "socks://192.68.10.1:3128/";

In Ubuntu 12.04, if you set up a network proxy in system settings this
will be set for you in /etc/apt/apt.conf and /etc/environment.  I
personally don't have access to a proxy requiring authentication so if
you could test this with even a Live CD of Ubuntu 12.04 that would be
great.  Thanks in advance!

** Changed in: apt (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783409

Title:
  Proxy authentication not available to programs using apt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/783409/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to