From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23311: TLS handshake error Date: Wed, 20 Apr 2016 17:32:38 +0200 Message-ID: <87oa94thwp.fsf@gnu.org> References: <87y48a7dpd.fsf@gnu.org> <877ffsy1dd.fsf@gnu.org> <87r3e04iu4.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:4830:134:3::10]:56415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asu7l-0000l7-Fb for bug-guix@gnu.org; Wed, 20 Apr 2016 11:33:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asu7i-0003iS-7n for bug-guix@gnu.org; Wed, 20 Apr 2016 11:33:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asu7i-0003iO-48 for bug-guix@gnu.org; Wed, 20 Apr 2016 11:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1asu7h-0007MW-Vx for bug-guix@gnu.org; Wed, 20 Apr 2016 11:33:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r3e04iu4.fsf@gnu.org> (Mathieu Lirzin's message of "Wed, 20 Apr 2016 13:31:47 +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.org@gnu.org Sender: "bug-Guix" To: Mathieu Lirzin Cc: 23311@debbugs.gnu.org Mathieu Lirzin skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Indeed, as soon as we add %COMPAT, =E2=80=98gnutls-cli=E2=80=99 et al. s= end a 253-byte >> client hello (instead of 261) and the problem vanishes. >> >> Commit 967ee481e893fd77ff8ca896188e20e425331bf2 does that. > > \o/ > > Thanks for taking the time to debug this! And thanks for mentioning it to me! I had never hit it (maybe because I would hit C-c before the thing times out and reports an error) until I tried harder. Ludo=E2=80=99.