From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jelle Licht Subject: tls woes with importers Date: Tue, 24 Jul 2018 15:25:46 +0200 Message-ID: <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]:57768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhxKC-0003Mg-D6 for help-guix@gnu.org; Tue, 24 Jul 2018 09:26:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhxK8-0003VQ-7A for help-guix@gnu.org; Tue, 24 Jul 2018 09:26:00 -0400 Received: from mail1.fsfe.org ([217.69.89.151]:50810) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fhxK7-0003Sr-Us for help-guix@gnu.org; Tue, 24 Jul 2018 09:25:56 -0400 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: help-guix Hi all, Recently, I have been running into some gnutls-issues again. The biggest issue for me right now is the lack of a working importer, as follows: --8<---------------cut here---------------start------------->8--- $ 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 --8<---------------cut here---------------end--------------->8--- I am running GuixSD, with --8<---------------cut here---------------start------------->8--- $ guix --version guix (GNU Guix) 19f2a52644ffabf4902d0506329aa29d835dda4f Copyright (C) 2018 the Guix authors License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. --8<---------------cut here---------------end--------------->8--- I have verified that I have nss-certs installed in my system profile. Other programs using TLS connections seem to not have this issue (e.g. Emacs and Icecat). I have already tried: - installing nss-certs to my user profile as well. - installing gnutls to my user profile. ... but none of this changed anything for me sadly. Does anyone know what I can do to remedy this situation? Regards, Jelle