Re: pkg_add and an authenticating proxy

2021-02-12 Thread Diana Eichert
that is what I get for not keeping up to date. I have been using FETCH_CMD for a number of years to get through authenticating proxy, never bothered to see if support was added to fetch.c On Thu, Feb 11, 2021 at 3:18 PM Stuart Henderson wrote: > > On 2021-02-11, Stephan Mending wrote: > > I'm

Re: pkg_add and an authenticating proxy

2021-02-11 Thread Stuart Henderson
On 2021-02-11, Stephan Mending wrote: > I'm a dork. I actually tried that but forgot to set "keepenv" in doas.conf. :| This is fairly recent, jca fixed ftp to do http over an authenticated proxy last year

Re: pkg_add and an authenticating proxy

2021-02-11 Thread Stephan Mending
I'm a dork. I actually tried that but forgot to set "keepenv" in doas.conf. :| Thank you anyway for pointing me at it ! Best regards ! On Thu, Feb 11, 2021 at 05:03:59PM -0300, Fabio Martins wrote: > > Works here for me: > > export http_proxy="http://user:password@127.0.0.1:/"; && pkg_add

Re: pkg_add and an authenticating proxy

2021-02-11 Thread Fabio Martins
Works here for me: export http_proxy="http://user:password@127.0.0.1:/"; && pkg_add -nu > Hi, > I was wondering if there was any way on how to allow pkg_add to use an > authenticating http-proxy ? Unluckily I cannot > find any documentation on the matter. > > Thanks alot so far. > > Best re

Re: pkg_add and an authenticating proxy

2021-02-10 Thread Diana Eichert
try using a different command to fetch packages. take a look at man pkg_add(1) FETCH_CMD I just ran into this issue at work. I dug into fetch.c to see what it would take to extend system ftp, but ran out of cycles On Wed, Feb 10, 2021 at 2:27 PM Stephan Mending wrote: > > Hi, > I was wondering

pkg_add and an authenticating proxy

2021-02-10 Thread Stephan Mending
Hi, I was wondering if there was any way on how to allow pkg_add to use an authenticating http-proxy ? Unluckily I cannot find any documentation on the matter. Thanks alot so far. Best regards, Stephan