From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23030: Guix commands broken Date: Thu, 17 Mar 2016 09:46:11 +0100 Message-ID: <874mc5v6ek.fsf@gnu.org> References: <20160316154611.GA4049@solar> <20160317054621.GA9075@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agTaE-00021E-Je for bug-guix@gnu.org; Thu, 17 Mar 2016 04:47:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agTaA-0005q1-DO for bug-guix@gnu.org; Thu, 17 Mar 2016 04:47:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agTaA-0005pp-2m for bug-guix@gnu.org; Thu, 17 Mar 2016 04:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1agTa9-0004qu-To for bug-guix@gnu.org; Thu, 17 Mar 2016 04:47:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160317054621.GA9075@jasmine> (Leo Famulari's message of "Thu, 17 Mar 2016 01:46:21 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Leo Famulari Cc: 23030@debbugs.gnu.org Leo Famulari skribis: > This looks like the same error as in , which > I am also getting when I try to fetch substitutes over https. Indeed. Commit df061d079b50111280aa7209b3b3c4cf21fde218 changes the default substitute URLs to https. For this to work, you need to make sure that guix-daemon is running =E2=80=98guix substitute=E2=80=99 with the fix for #22937. On GuixSD, it=E2=80=99s a matter of reconfiguring (I updated the =E2=80=98g= uix-devel=E2=80=99 snapshot on master yesterday.) HTH! Ludo=E2=80=99.