From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: Re: guix pull behind proxy not working Date: Thu, 04 Jul 2019 09:13:35 -0400 Message-ID: References: <20190704090535.GB24157@famic.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46667) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hj1YZ-0008Nf-RY for help-guix@gnu.org; Thu, 04 Jul 2019 09:13:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hj1YY-000266-TF for help-guix@gnu.org; Thu, 04 Jul 2019 09:13:47 -0400 Received: from knopi.disroot.org ([178.21.23.139]:42344) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hj1YY-00024Y-0n for help-guix@gnu.org; Thu, 04 Jul 2019 09:13:46 -0400 In-Reply-To: <20190704090535.GB24157@famic.de> 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: martin@famic.de, help-guix@gnu.org > > (define %my-services > (modify-services %desktop-services > (guix-service-type config => > (guix-configuration > (inherit config) > (http-proxy "http://:;"))))) > 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. Regards, RG.