Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2012 09:56:31 +0000
From:      Vincent Hoffman <vince@unsane.co.uk>
To:        Luca Ferrari <fluca1978@infinito.it>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: simple patch for portsnap to use wget
Message-ID:  <50B882CF.3050902@unsane.co.uk>
In-Reply-To: <CAKoxK%2B70hd5A6maHVdiXHEOd=axZvD6JVfGTaf9ZGV28p8mdGA@mail.gmail.com>
References:  <CAKoxK%2B5iy2R7=cZp38xKZpTbgFd0aZ3H28tVmPnuPR01w=pO4A@mail.gmail.com> <1354040675.3923.3.camel@mjakubik.localdomain> <CAKoxK%2B61KJJLKoE5namZ31G9DNUSaqm%2BtXCL=KF%2B6pnXszP0pw@mail.gmail.com> <50B61482.5090702@unsane.co.uk> <CAKoxK%2B4o%2Bhg%2By_qEtJTWuyxaKWXTNpTxc5F3-KZjvYj8JM75nA@mail.gmail.com> <746EFFD8-033B-4641-9222-86D262D5EAA3@fisglobal.com> <50B76D97.60302@unsane.co.uk> <20121129163100.0f257676@suse3> <CAKoxK%2B70hd5A6maHVdiXHEOd=axZvD6JVfGTaf9ZGV28p8mdGA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 30/11/2012 07:36, Luca Ferrari wrote:
> I also tried using HTTP_PROXY and HTTP_PROXY_AUTH and it did not work,
> or maybe I don't get how to configure them:
>
> HTTP_PROXY=host:port
> HTTP_PROXY_AUTH=base:user:pass
>
> and either
>
> HTTP_PROXY=http://host:port
> HTTP_PROXY_AUTH=base:user:pass
>
> In both cases however the error message is different: now it simply
> gives up reaching the servers, so there is no formal error on the
> downloaded file.
I think this should be

HTTP_PROXY_AUTH=basic:user:pass
although the example in fetch(3) is

     The second method is by using the HTTP_PROXY_AUTH environment variable:

           HTTP_PROXY=http://proxy.example.com:8080
           HTTP_PROXY_AUTH=basic:*:<user>:<pwd>

Vince
>
> Luca
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50B882CF.3050902>