From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34102: [staging] Guix fails to download from TLSv1.3-enabled servers Date: Fri, 27 Mar 2020 09:07:06 +0100 Message-ID: <87369u8bmd.fsf@gnu.org> References: <875zuoiv6s.fsf@fastmail.com> <87sgsfvv6j.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57847) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHk27-0001Ke-Ol for bug-guix@gnu.org; Fri, 27 Mar 2020 04:08:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHk26-0002yl-M3 for bug-guix@gnu.org; Fri, 27 Mar 2020 04:08:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54527) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHk26-0002yD-I7 for bug-guix@gnu.org; Fri, 27 Mar 2020 04:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jHk26-0008Cm-DZ for bug-guix@gnu.org; Fri, 27 Mar 2020 04:08:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87sgsfvv6j.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 12 Jun 2019 14:34:44 +0200") 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-mx.org@gnu.org Sender: "bug-Guix" To: Marius Bakke Cc: 34102-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > I=E2=80=99ve submitted a bunch of changes upstream to better support > post-handshake re-authentication: > > https://gitlab.com/gnutls/gnutls/merge_requests/1026 > > In particular, this adds =E2=80=98connection-flag/post-handshake-auth=E2= =80=99 and > =E2=80=98connection-flag/auto-reauth=E2=80=99, which can be passed to =E2= =80=98make-session=E2=80=99. > > But as it turns out, there=E2=80=99s one patch that, alone, appears to fi= x the > issue above: > > https://gitlab.com/civodul/gnutls/commit/7421ca2cfd2d9f4ac89bdec786eb74= 5533430316 This was fixed a while back in Guix proper, with commit 621fb83a1fde948b3b7eea37bdc378cbf1b3d11e. Ludo=E2=80=99.