From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#28810: Bayfront https file URLs trigger gnutls error Date: Fri, 13 Oct 2017 10:24:59 -0400 Message-ID: <87po9rf7lw.fsf@gmail.com> 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]:39800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e30ud-00045f-E1 for bug-guix@gnu.org; Fri, 13 Oct 2017 10:26:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e30uZ-0006S9-A9 for bug-guix@gnu.org; Fri, 13 Oct 2017 10:26:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e30uZ-0006Ry-6D for bug-guix@gnu.org; Fri, 13 Oct 2017 10:26:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e30uY-0002gR-Pt for bug-guix@gnu.org; Fri, 13 Oct 2017 10:26:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e30tf-0003zQ-4n for bug-guix@gnu.org; Fri, 13 Oct 2017 10:25:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e30tb-0005bP-6O for bug-guix@gnu.org; Fri, 13 Oct 2017 10:25:07 -0400 Received: from mail-io0-x22a.google.com ([2607:f8b0:4001:c06::22a]:44580) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e30tb-0005aj-1R for bug-guix@gnu.org; Fri, 13 Oct 2017 10:25:03 -0400 Received: by mail-io0-x22a.google.com with SMTP id m16so9166951iod.1 for ; Fri, 13 Oct 2017 07:25:01 -0700 (PDT) Received: from apteryx ([24.140.229.228]) by smtp.gmail.com with ESMTPSA id v64sm749612ita.39.2017.10.13.07.25.00 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 13 Oct 2017 07:25:00 -0700 (PDT) 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" To: 28810@debbugs.gnu.org Hello, I recently stumbled upon the following: --8<---------------cut here---------------start------------->8--- guix download "https://bayfront.guixsd.org/file/nnn-1.3.tar.gz/sha256/0sivg= cmg3hihz15v2wgbxnd0icn06pyvvqdqh8x0mwkhvm434fpb" Starting download of /tmp/guix-file.h3ueYx >From https://bayfront.guixsd.org/file/nnn-1.3.tar.gz/sha256/0sivgcmg3hihz15= v2wgbxnd0icn06pyvvqdqh8x0mwkhvm434fpb... ERROR: Throw to key `gnutls-error' with args `(# peer-certificate-status)'. failed to download "/tmp/guix-file.h3ueYx" from "https://bayfront.guixsd.or= g/file/nnn-1.3.tar.gz/sha256/0sivgcmg3hihz15v2wgbxnd0icn06pyvvqdqh8x0mwkhvm= 434fpb" guix download: error: https://bayfront.guixsd.org/file/nnn-1.3.tar.gz/sha256/0sivgcmg3hihz15v2wgb= xnd0icn06pyvvqdqh8x0mwkhvm434fpb: download failed --8<---------------cut here---------------end--------------->8--- For other substitute servers such as berlin, it works as expected: --8<---------------cut here---------------start------------->8--- guix download "https://berlin.guixsd.org/file/nnn-1.3.tar.gz/sha256/0sivgcm= g3hihz15v2wgbxnd0icn06pyvvqdqh8x0mwkhvm434fpb" Starting download of /tmp/guix-file.Vrr8fE >From https://berlin.guixsd.org/file/nnn-1.3.tar.gz/sha256/0sivgcmg3hihz15v2= wgbxnd0icn06pyvvqdqh8x0mwkhvm434fpb... =E2=80=A6n06pyvvqdqh8x0mwkhvm434fpb 30KiB 4.1MiB/s 00= :00 [####################] 100.0% /gnu/store/7zs4s23a5wwp7cpiaqxhrnkbv3bb5w3k-0sivgcmg3hihz15v2wgbxnd0icn06py= vvqdqh8x0mwkhvm434fpb 0sivgcmg3hihz15v2wgbxnd0icn06pyvvqdqh8x0mwkhvm434fpb --8<---------------cut here---------------end--------------->8--- Maxim