Re: [TLS] weird ECDSA interop problem with cloudflare/nginx
Hubert Kario <hkario@redhat.com> Tue, 26 July 2016 11:29 UTC
Return-Path: <hkario@redhat.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9E74C12D0F5 for <tls@ietfa.amsl.com>; Tue, 26 Jul 2016 04:29:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.189
X-Spam-Level:
X-Spam-Status: No, score=-8.189 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.287, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0FJmOXE0kExq for <tls@ietfa.amsl.com>; Tue, 26 Jul 2016 04:29:08 -0700 (PDT)
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 31EF312D5DE for <tls@ietf.org>; Tue, 26 Jul 2016 04:29:08 -0700 (PDT)
Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DA5FC883AA; Tue, 26 Jul 2016 11:29:07 +0000 (UTC)
Received: from pintsize.usersys.redhat.com (dhcp-0-107.brq.redhat.com [10.34.0.107]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u6QBT6h1004584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Jul 2016 07:29:07 -0400
From: Hubert Kario <hkario@redhat.com>
To: tls@ietf.org, mrex@sap.com
Date: Tue, 26 Jul 2016 13:29:05 +0200
Message-ID: <25341155.UaJz9LbDt0@pintsize.usersys.redhat.com>
User-Agent: KMail/5.2.3 (Linux/4.6.4-301.fc24.x86_64; KDE/5.24.0; x86_64; ; )
In-Reply-To: <20160725190849.728521A508@ld9781.wdf.sap.corp>
References: <20160725190849.728521A508@ld9781.wdf.sap.corp>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart1517808.u7iBchVPd0"; micalg="pgp-sha512"; protocol="application/pgp-signature"
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 26 Jul 2016 11:29:08 +0000 (UTC)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/o6MYcPRTI5HdxsWzVpETEKeVmdM>
Subject: Re: [TLS] weird ECDSA interop problem with cloudflare/nginx
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: "This is the mailing list for the Transport Layer Security working group of the IETF." <tls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tls>, <mailto:tls-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tls/>
List-Post: <mailto:tls@ietf.org>
List-Help: <mailto:tls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 11:29:11 -0000
On Monday, 25 July 2016 21:08:49 CEST Martin Rex wrote: > I've just run into a weird interoperability problem with an (alleged) > cloudflare/nginx TLS server and my personal Firefox settings. > > https://regmedia.co.uk/2015/07/14/giant_weta_mike_locke_flicker_cc_20.jpg > > > Traditionally I have all TLS ciphersuites with ECDSA disabled through > about:config, but it seems that recently two new TLS ciphersuites were > added to FF, which caused complete loss of interop with regmedia.co.uk > for me with my existing configuration. (Loss of pictures&media on the > www.theregister.co.uk news site). > > specifically, after the FF update, this new TLS ciphersuite: > > security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256 (0xcc, 0xa9) > > was the only ECDSA cipher suite enabled in my Firefox 47.0.1, and this > kills connectivity (TLS handshake_failure alert) with regmedia.co.uk. > > It looks like a bug in the cloudflare/nginx cipher suites selection > algorithm, which appears to blindly go for ECDSA, even though there is > no actual ECDSA cipher suite available which the server supports. could you post packet capture (pcap format, if possible) that shows that problem? -- Regards, Hubert Kario Senior Quality Engineer, QE BaseOS Security team Web: www.cz.redhat.com Red Hat Czech s.r.o., Purkyňova 99/71, 612 45, Brno, Czech Republic
- Re: [TLS] weird ECDSA interop problem with cloudf… Benjamin Kaduk
- Re: [TLS] weird ECDSA interop problem with cloudf… Viktor Dukhovni
- Re: [TLS] weird ECDSA interop problem with cloudf… Ilari Liusvaara
- Re: [TLS] weird ECDSA interop problem with cloudf… Martin Rex
- Re: [TLS] weird ECDSA interop problem with cloudf… Ilari Liusvaara
- Re: [TLS] weird ECDSA interop problem with cloudf… Viktor Dukhovni
- Re: [TLS] weird ECDSA interop problem with cloudf… Viktor Dukhovni
- Re: [TLS] weird ECDSA interop problem with cloudf… Ilari Liusvaara
- [TLS] weird ECDSA interop problem with cloudflare… Martin Rex
- Re: [TLS] weird ECDSA interop problem with cloudf… Hubert Kario
- Re: [TLS] weird ECDSA interop problem with cloudf… Peter Gutmann
- Re: [TLS] weird ECDSA interop problem with cloudf… Hubert Kario
- Re: [TLS] weird ECDSA interop problem with cloudf… Peter Gutmann
- Re: [TLS] weird ECDSA interop problem with cloudf… Ilari Liusvaara
- Re: [TLS] weird ECDSA interop problem with cloudf… Ilari Liusvaara
- Re: [TLS] weird ECDSA interop problem with cloudf… Martin Rex
- Re: [TLS] weird ECDSA interop problem with cloudf… Peter Gutmann