From mboxrd@z Thu Jan  1 00:00:00 1970
From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=)
Subject: Re: pypi import certs issues
Date: Tue, 20 Mar 2018 17:33:31 +0100
Message-ID: <87zi32iu5g.fsf@gnu.org>
References: <20180319132454.zf7xp3eblw3y4fe7@abyayala>
	<878taouhw5.fsf@gnu.org> <20180319174829.td7a64f3hjokb4fs@abyayala>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Return-path: <guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:33551)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <ludo@gnu.org>) id 1eyKCf-0001bB-DC
	for guix-devel@gnu.org; Tue, 20 Mar 2018 12:33:38 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <ludo@gnu.org>) id 1eyKCe-0001fT-LF
	for guix-devel@gnu.org; Tue, 20 Mar 2018 12:33:37 -0400
Received: from hera.aquilenet.fr ([2a0c:e300::1]:51138)
	by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
	(Exim 4.71) (envelope-from <ludo@gnu.org>) id 1eyKCe-0001eX-Et
	for guix-devel@gnu.org; Tue, 20 Mar 2018 12:33:36 -0400
Received: from localhost (localhost [127.0.0.1])
	by hera.aquilenet.fr (Postfix) with ESMTP id 2570212625
	for <guix-devel@gnu.org>; Tue, 20 Mar 2018 17:33:35 +0100 (CET)
Received: from hera.aquilenet.fr ([127.0.0.1])
	by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id jLkemG-hFabX for <guix-devel@gnu.org>;
	Tue, 20 Mar 2018 17:33:34 +0100 (CET)
Received: from ribbon (vpn-0-27.aquilenet.fr [IPv6:2a0c:e300:4:27::])
	by hera.aquilenet.fr (Postfix) with ESMTPSA id 17A2612079
	for <guix-devel@gnu.org>; Tue, 20 Mar 2018 17:33:33 +0100 (CET)
In-Reply-To: <20180319174829.td7a64f3hjokb4fs@abyayala> (ng0@n0.is's message
	of "Mon, 19 Mar 2018 17:48:29 +0000")
List-Id: "Development of GNU Guix and the GNU System distribution."
	<guix-devel.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-devel>,
	<mailto:guix-devel-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/guix-devel/>
List-Post: <mailto:guix-devel@gnu.org>
List-Help: <mailto:guix-devel-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-devel>,
	<mailto:guix-devel-request@gnu.org?subject=subscribe>
Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org
Sender: "Guix-devel" <guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org>
To: guix-devel@gnu.org

ng0 <ng0@n0.is> skribis:

> Ludovic Court=C3=A8s transcribed 2.7K bytes:
>> Hello,
>>=20
>> ng0 <ng0@n0.is> skribis:
>>=20
>> > on commit 72406062b9c3cdb6e9e30266f3cc31d0b2116b68 pypi import has iss=
ues:
>> >
>> > user@abyayala ~$ guix package -l | grep "nss-certs"
>> > user@abyayala ~$ env | grep "SSL_"
>> > GIT_SSL_CAINFO=3D/etc/ssl/certs/ca-certificates.crt
>> > SSL_CERT_FILE=3D/etc/ssl/certs/ca-certificates.crt
>> > SSL_CERT_DIR=3D/home/user/.guix-profile/etc/ssl/certs:/etc/ssl/certs

[...]

>> > guix/build/download.scm:296:6: In procedure tls-wrap:
>> > X.509 certificate of 'pypi.python.org' could not be verified:
>> >   insecure-algorithm
>> >     signer-not-found
>> >       invalid
>>=20
>> I don=E2=80=99t see that.  Could it be that the certs you have in /etc/s=
sl are
>> too old, or something along these lines?

What if you do:

  export SSL_CERT_DIR=3D/etc/ssl/certs

?

Ludo=E2=80=99.