From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38254: Download code should honor /etc/ssl/certs/*.crt Date: Mon, 18 Nov 2019 12:21:38 +0100 Message-ID: <87muctjupp.fsf@gnu.org> References: <87h831lehp.fsf@inria.fr> 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]:49592) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWf6Z-0006cQ-PB for bug-guix@gnu.org; Mon, 18 Nov 2019 06:22:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iWf6Y-00011U-Ok for bug-guix@gnu.org; Mon, 18 Nov 2019 06:22:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34434) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iWf6Y-00011O-Li for bug-guix@gnu.org; Mon, 18 Nov 2019 06:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iWf6Y-0004hU-Gu for bug-guix@gnu.org; Mon, 18 Nov 2019 06:22:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87h831lehp.fsf@inria.fr> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Mon, 18 Nov 2019 10:29:06 +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" To: 38254-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > Some distros such as CentOS 7 with its =E2=80=98ca-certificates=E2=80=99 = package provide > nothing but a certificate bundle in /etc/ssl: > > $ ls -l /etc/ssl/certs/ > total 12 > lrwxrwxrwx. 1 root root 49 8 nov. 16:44 ca-bundle.crt -> /etc/pki/ca-= trust/extracted/pem/tls-ca-bundle.pem > lrwxrwxrwx. 1 root root 55 8 nov. 16:44 ca-bundle.trust.crt -> /etc/p= ki/ca-trust/extracted/openssl/ca-bundle.trust.crt > -rwxr-xr-x. 1 root root 610 30 oct. 2018 make-dummy-cert > -rw-r--r--. 1 root root 2516 30 oct. 2018 Makefile > -rwxr-xr-x. 1 root root 829 30 oct. 2018 renew-dummy-cert > > As of commit 9c9982dc0c8c38ce3821b154b7e92509c1564317, =E2=80=98guix down= load=E2=80=99 & > co. (anything that relies on (guix build download)) fail because they > looks for /etc/ssl/certs/*.pem by default and there=E2=80=99s no such fil= e. Fixed in 0d78d0f09c10f5c7a25ac2ab4da4197913cd3321. Ludo'.