From mboxrd@z Thu Jan 1 00:00:00 1970 From: martin@famic.de Subject: Re: guix pull behind proxy not working Date: Thu, 4 Jul 2019 16:42:16 +0200 Message-ID: <20190704144216.GA25562@famic.de> References: <20190704090535.GB24157@famic.de> 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]:60328) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hj2wH-0005hz-PN for help-guix@gnu.org; Thu, 04 Jul 2019 10:42:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hj2wG-0004IM-3P for help-guix@gnu.org; Thu, 04 Jul 2019 10:42:21 -0400 Received: from famic.de ([85.25.48.132]:49420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hj2wE-0004HR-U3 for help-guix@gnu.org; Thu, 04 Jul 2019 10:42:19 -0400 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Raghav Gururajan Cc: help-guix@gnu.org > Could you try "https" instead of "http"? That is "https://ipaddress:por > t". Because,based on this report (https://issues.guix.gnu.org/issue/228 > 83), I think "guix pull" uses https by default now. My proxy uses the same definition entry "http://=E2=80=A6" for all the environment variables http_proxy, https_proxy, ftp_proxy. And in config.scm, there is only one field "http-proxy" which can be specified. So unfortunately, this does not help. The strange thing is that during `guix install` it also downloads from https without problems.=20 =E2=88=92Martin