From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Sassmannshausen Subject: Guile fails http-get because of GNUTLS Date: Thu, 23 Nov 2017 15:09:17 +0100 Message-ID: <87tvxljdde.fsf@gmail.com> Reply-To: alex.sassmannshausen@gmail.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHsC1-0000Gr-Fu for help-guix@gnu.org; Thu, 23 Nov 2017 09:09:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHsBx-0002wS-Ce for help-guix@gnu.org; Thu, 23 Nov 2017 09:09:29 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:35774) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eHsBx-0002vY-66 for help-guix@gnu.org; Thu, 23 Nov 2017 09:09:25 -0500 Received: by mail-wm0-x229.google.com with SMTP id y80so16815172wmd.0 for ; Thu, 23 Nov 2017 06:09:24 -0800 (PST) Received: from rosser (172.28-67-87.adsl-dyn.isp.belgacom.be. [87.67.28.172]) by smtp.gmail.com with ESMTPSA id o60sm12698252eda.48.2017.11.23.06.09.22 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 23 Nov 2017 06:09:22 -0800 (PST) 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@gnu.org Hi I'm working with the web modules of Guile at the moment, and I've noticed that `http-get` fails for a lot of sites that run https (including Google, guardian.com). The error that is thrown is ERROR: Throw to key `gnutls-error' with args `(# read_from_session_record_port)'. Is anyone else experiencing this issue? Best wishes, Alex