From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: lynx: Support HTTPS (SSL) connections Date: Sun, 20 Mar 2016 22:16:07 +0100 Message-ID: <871t74c0ko.fsf@gnu.org> References: <1457059066-8060-1-git-send-email-tobias.geerinckx.rice@gmail.com> <20160304030140.GA30676@jasmine> <20160319184156.GA13367@debian-netbook> 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]:41290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahkhq-0004xF-Qm for guix-devel@gnu.org; Sun, 20 Mar 2016 17:16:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahkhn-0007h1-6d for guix-devel@gnu.org; Sun, 20 Mar 2016 17:16:14 -0400 In-Reply-To: (Tobias Geerinckx-Rice's message of "Sat, 19 Mar 2016 22:01:26 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org Tobias Geerinckx-Rice skribis: > So the stock Guix lynx opens (for example) https://google.com just > fine on your end? I think a good way to test these things reproducibly is with: guix environment --container -N --ad-hoc lynx --expose=3D/etc/ssl/certs =E2=80=A6 assuming NSS certificates are available in /etc/ssl/certs, as is = the case on GuixSD. HTH, Ludo=E2=80=99.