From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22937: guix package fails when --substitute-urls specifies an HTTPS endpoint Date: Thu, 10 Mar 2016 14:08:17 +0100 Message-ID: <8737rywke6.fsf@gnu.org> References: <87k2ldjxz5.fsf@gmail.com> <87pov38dte.fsf@gnu.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:4830:134:3::10]:49373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae0Kv-0006YY-36 for bug-guix@gnu.org; Thu, 10 Mar 2016 08:09:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ae0Kr-000343-Th for bug-guix@gnu.org; Thu, 10 Mar 2016 08:09:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae0Kr-00033z-Qp for bug-guix@gnu.org; Thu, 10 Mar 2016 08:09:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1ae0Kr-0005zY-NQ for bug-guix@gnu.org; Thu, 10 Mar 2016 08:09:01 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87pov38dte.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 09 Mar 2016 23:51:57 +0100") 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: Chris Marusich Cc: 22937-done@debbugs.gnu.org After some more testing and tweaks, notably with and its brand new Let=E2=80=99s Encrypt certific= ate, I pushed the patch as 9b7bd1b160be7c740a798c09e3b8986368b92036. I can no longer reproduce the ECONNRESET issue I mentioned for , but feel free to open a new bug if that comes up again! For the record, the main test I used for that was: $ sudo rm -rf /var/guix/substitute/cache $ guix build libreoffice --no-grafts -n \ --substitute-urls=3Dhttps://hydra.gnunet.org That forces a redownload of all .narinfo files from hydra.gnunet.org, which involves HTTP pipelining. Anyway, thanks for giving me an incentive to address this. This was long overdue! Ludo=E2=80=99.