apt-get fails to work through squid proxy with digest auth
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu |
New
|
Undecided
|
Unassigned |
Bug Description
Ubuntu Hardy Alpha 6
I use a squid proxy to fetch http[s] and ftp from the internet. The proxy has digest auth enabled.
The *installer* took my proxy details and seemed happy with them, but once I was booted into the installed system and attempted an apt-get update, it just failed to fetch anything saying that authentication was required. The authentication information was supplied, eg:
Acquire::http:;Proxy "http://
Another ubuntu hardy system already up and running also failed to get updates in the same fashion, after setting the proxy and auth information in Symantic's Network preferences.
(Luckily my proxy use is optional - it's just to get around a poorly-performing transparent proxy in the ISP - so it's not an utter showstopper. I'm also not 100% convinced I've configured the proxy correctly as I periodically get asked to submit the user/password again in FF3 on a Mac on the same network.)
addendum: the issues with being repeatedly asked by the proxy to log
in in a normal browser (ie: not apt-get) is almost certainly down to
the nonce_max_duration and nonce_max_count values, which I've now
raised beyond annoyance levels. I don't think that's relevant to the
case and I don't think it signifies an error in the proxy config.