From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raghav Gururajan" Subject: bug#34861: TLS Error with Flatpak Date: Mon, 18 Mar 2019 17:31:54 +0000 Message-ID: References: <87imwgpl5e.fsf@gnu.org> <002a84964102ac2171089fa7dc007092@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5w8F-0006gj-Cf for bug-guix@gnu.org; Mon, 18 Mar 2019 13:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5w8E-0007Hs-Hf for bug-guix@gnu.org; Mon, 18 Mar 2019 13:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35610) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h5w8E-0007Hb-75 for bug-guix@gnu.org; Mon, 18 Mar 2019 13:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h5w8E-0000oV-0d for bug-guix@gnu.org; Mon, 18 Mar 2019 13:33:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87imwgpl5e.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 34861@debbugs.gnu.org Hello Ludovic!=0A=0AYes, I did them. Still did not work.=0A=0AI did the f= ollowing to set env variables:=0A=0A$ guix package -i nss-certs=0A$ expor= t SSL_CERT_DIR=3D"$HOME/.guix-profile/etc/ssl/certs"=0A$ export SSL_CERT_= FILE=3D"$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt"=0A$ export= GIT_SSL_CAINFO=3D"$SSL_CERT_FILE"=0A=0ARegards,=0ARG.=0A=0AMarch 18, 201= 9 9:49 AM, "Ludovic Court=C3=A8s" wrote:=0A=0A> Hello,=0A>= =0A> "Raghav Gururajan" skribis:=0A> =0A>> Whenever I= try "flatpak remote-add --if-not-exists flathub=0A>> https://flathub.org= /repo/flathub.flatpakrepo"; I keep getting the error "Can't load uri=0A>>= https://flathub.org/repo/flathub.flatpakrepo: TLS support is not availab= le".=0A>> =0A>> I even tried following steps mentioned at=0A>> https://ww= w.gnu.org/software/guix/manual/en/guix.html#index-TLS. Still not working.= =0A> =0A> To be more specific, did you install =E2=80=98nss-certs=E2=80= =99?=0A> =0A> If you did is it installed system-wide in /etc/ssl/certs, o= r per-user?=0A> =0A> Did you set =E2=80=98SSL_CERT_DIR=E2=80=99, =E2=80= =98SSL_CERT_FILE=E2=80=99, or related environment=0A> variables?=0A> =0A>= Thanks,=0A> Ludo=E2=80=99.