Yes, *please* backport this to 12.04. By the way there was a workaround that allowed proxy authentication to work with https in the old version, but unfortunately this will break once the fix ships (not surprising, since it shamelessly abuses the overly permissive URI parser in apt):
Acquire::http::proxy "http://username:password@hostname:port"; Acquire::https::proxy "http://username:password@username:password@hostname:port"; (In other words, duplicating the username:password@ part for the https proxy only.) Again, I recommend against using this, since your apt config will stop working once this fix is backported. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1087512 Title: proxy authentication not working for HTTPS sources To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1087512/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
