From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Proxy settings wrt guix daemon Date: Sat, 11 Apr 2020 00:44:27 +0200 Message-ID: <87a73jufjo.fsf@gnu.org> References: <87blofyzn0.fsf@gnu.org> <87eet8v948.fsf@gnu.org> <87r1x3tgi3.fsf@gmail.com> <875zedf0up.fsf@gnu.org> <87h7xva8b7.fsf@gnu.org> <87h7xvmeea.fsf@gmail.com> <87d08j834r.fsf@gnu.org> <87zhbm2xhl.fsf@gmail.com> <20200410152632.7da91203@scratchpost.org> <20200410204708.1eaf7188@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51224) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jN2Nx-0000vT-Uw for guix-devel@gnu.org; Fri, 10 Apr 2020 18:44:31 -0400 In-Reply-To: <20200410204708.1eaf7188@scratchpost.org> (Danny Milosavljevic's message of "Fri, 10 Apr 2020 20:47:08 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel Hi, Danny Milosavljevic skribis: > On Fri, 10 Apr 2020 15:26:32 +0200 > Danny Milosavljevic wrote: > >> What happens to https? Will it go via the HTTP proxy? Maybe mention th= at >> there, too. > > In https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00084.html > there's only http_proxy honored. It=E2=80=99s a bit misleading because the =E2=80=98http_proxy=E2=80=99 env.= var. is used to communicate the info to the =E2=80=98start=E2=80=99 method, but no: (if proxy (list (string-append "http_proxy=3D" proxy) (string-append "https_proxy=3D" proxy)) '()) Ludo=E2=80=99.