From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Denhardt Subject: [PATCH 0/1] Re: Problems with downloading from https Date: Sun, 26 Oct 2014 01:30:05 -0400 Message-ID: References: <87fvebstnu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.1.2" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiGO8-0002L0-IH for guix-devel@gnu.org; Sun, 26 Oct 2014 01:29:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiGO2-0004XV-Dm for guix-devel@gnu.org; Sun, 26 Oct 2014 01:29:12 -0400 Received: from zenhack.net ([198.7.57.215]:36159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiGO2-0004XR-9k for guix-devel@gnu.org; Sun, 26 Oct 2014 01:29:06 -0400 Received: from zenhack.net (localhost [127.0.0.1]) by zenhack.net (8.14.9/8.14.9) with ESMTP id s9Q5T5Kl012077 for ; Sun, 26 Oct 2014 00:29:05 -0500 (EST) (envelope-from ian@zenhack.net) In-Reply-To: <87fvebstnu.fsf@gnu.org> 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: guix-devel@gnu.org This is a multi-part message in MIME format. --------------2.1.2 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by zenhack.net id s9Q5T5Kl012077 Quoting Ludovic Court=C3=A8s (Sat, 25 Oct 2014 23:53:25 +0200) > The problem is that the GnuTLS Guile bindings must be installed for > =E2=80=98guix download=E2=80=99 to work with HTTPS (the manual suggests= it, but perhaps > not clearly enough?) The README is probably a better place. Here's a patch. > So just install GnuTLS, make sure =E2=80=98guile -c '(use-modules (gnut= ls))'=E2=80=99 > succeeds, and then it=E2=80=99ll work. Progress, though now I'm getting cert errors (curl is happy). *sigh* Ian Denhardt (1): README: add a note about optional GnuTLS dependency. README | 2 ++ 1 file changed, 2 insertions(+) --=20 2.1.2 --------------2.1.2--