guix-devel
[Top][All Lists]
Advanced

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

Re: Proxy settings wrt guix daemon


From: Ludovic Courtès
Subject: Re: Proxy settings wrt guix daemon
Date: Sat, 11 Apr 2020 00:44:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi,

Danny Milosavljevic <address@hidden> skribis:

> On Fri, 10 Apr 2020 15:26:32 +0200
> Danny Milosavljevic <address@hidden> wrote:
>
>> What happens to https?  Will it go via the HTTP proxy?  Maybe mention that
>> there, too.
>
> In https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00084.html
> there's only http_proxy honored.

It’s a bit misleading because the ‘http_proxy’ env. var. is used to
communicate the info to the ‘start’ method, but no:

               (if proxy
                   (list (string-append "http_proxy=" proxy)
                         (string-append "https_proxy=" proxy))
                   '())

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]