[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apt and MS Proxy server



Stuart_Luscombe@computacenter.com wrote:
> I have read the man pages for apt and apt.conf, and added a line to my apt.conf
> along the lines
> of http::Proxy {"http://<domain>/msproxy:80/";};

this is my (working) apt.conf line:

Acquire::http::Proxy "http://proxy.my-company.com:8080";;

so you probably have to write

Acquire::http::Proxy "http://luscombes:<password>@msproxy:80";

check if you can configure your linux browser to use the ms proxy; if
you can't, apt won't probably work either.

hope this helps.

pietro.



Reply to: