From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: tls woes with importers Date: Fri, 27 Jul 2018 01:23:25 +0200 Message-ID: <87wothvaxe.fsf@gnu.org> References: <87fu089351.fsf@fsfe.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]:54205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fipbU-0004d4-SC for help-guix@gnu.org; Thu, 26 Jul 2018 19:23:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fipbT-00028V-MH for help-guix@gnu.org; Thu, 26 Jul 2018 19:23:28 -0400 In-Reply-To: <87fu089351.fsf@fsfe.org> (Jelle Licht's message of "Tue, 24 Jul 2018 15:25:46 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Jelle Licht Cc: help-guix Hello Jelle, Jelle Licht skribis: > $ guix import elpa org > Backtrace: > 13 (primitive-load "/home/jelle/.config/guix/current/bin/g=E2= =80=A6") > In guix/ui.scm: > 1579:12 12 (run-guix-command _ . _) > In guix/scripts/import.scm: > 115:11 11 (guix-import . _) > In guix/scripts/import/elpa.scm: > 108:23 10 (guix-import-elpa . _) > In guix/import/elpa.scm: > 249:2 9 (elpa->guix-package "org" _) > 182:13 8 (fetch-elpa-package "org" _) > 113:18 7 (elpa-package-info "org" _) > 85:21 6 (elpa-fetch-archive _) > In ice-9/boot-9.scm: > 829:9 5 (catch system-error # =E2=80=A6) > 829:9 4 (catch srfi-34 # =E2=80=A6) > In guix/http-client.scm: > 182:20 3 (_) > 88:25 2 (http-fetch _ #:port _ #:text? _ #:buffered? _ # _ # _ # =E2= =80=A6) > In guix/build/download.scm: > 398:4 1 (open-connection-for-uri _ #:timeout _ # _) > 296:6 0 (tls-wrap # _ # _) > > guix/build/download.scm:296:6: In procedure tls-wrap: > X.509 certificate of 'elpa.gnu.org' could not be verified: > signer-not-found > invalid This means that the certificate could not be validated, probably due to missing certificates. Could you make sure to install =E2=80=98nss-cert=E2=80=99 and to define =E2= =80=98SSL_CERT_DIR=E2=80=99 accordingly? See . HTH, Ludo=E2=80=99.