From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#34444: Guix unable to download tarballs from github.com Date: Mon, 11 Feb 2019 14:28:38 -0500 Message-ID: <20190211192838.GA19840@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtHHJ-0006r4-F3 for bug-guix@gnu.org; Mon, 11 Feb 2019 14:30:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtHHI-0004W2-Ks for bug-guix@gnu.org; Mon, 11 Feb 2019 14:30:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44836) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtHHI-0004Vu-Gk for bug-guix@gnu.org; Mon, 11 Feb 2019 14:30:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtHHI-0002xl-6Y for bug-guix@gnu.org; Mon, 11 Feb 2019 14:30:04 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:36461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtHGE-0006jy-Ia for bug-guix@gnu.org; Mon, 11 Feb 2019 14:28:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtHGB-0004Ce-8h for bug-guix@gnu.org; Mon, 11 Feb 2019 14:28:58 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:60663) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtHG5-00049l-Gf for bug-guix@gnu.org; Mon, 11 Feb 2019 14:28:51 -0500 Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id 3E11610310 for ; Mon, 11 Feb 2019 14:28:40 -0500 (EST) Content-Disposition: inline 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: 34444@debbugs.gnu.org I noticed that Guix cannot download any tarballs from github.com. For example: ------ $ guix build -S python-sphinx-gallery --no-substitutes The following derivation will be built: /gnu/store/qrlcbnin47j1i4slyc9j8hvpczp1l9n8-python-sphinx-gallery-0.1.13.tar.gz.drv building /gnu/store/qrlcbnin47j1i4slyc9j8hvpczp1l9n8-python-sphinx-gallery-0.1.13.tar.gz.drv... Starting download of /gnu/store/ks605lq7q0zf1agf84mslbk2cgdkg5hy-python-sphinx-gallery-0.1.13.tar.gz >From https://github.com/sphinx-gallery/sphinx-gallery/archive/v0.1.13.tar.gz... Throw to key `gnutls-error' with args `(# read_from_session_record_port)'. [...] ------ The server is advertising TLS 1.3 support. Marius suggested that the Guix snapshot needs to be updated to include commit e4ee84202633636b4c8cef4a332f0c74912a3b23 (download: Ask not to use TLS 1.3.), and I am testing this now.