Re: [websec] [HSTS] Contradiction between sections 8.1 and 11.3 of RFC 6797?

Stephane Bortzmeyer <bortzmeyer@nic.fr> Wed, 17 December 2014 20:43 UTC

Return-Path: <bortzmeyer@nic.fr>
X-Original-To: websec@ietfa.amsl.com
Delivered-To: websec@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4F52B1A8780 for <websec@ietfa.amsl.com>; Wed, 17 Dec 2014 12:43:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham
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 Ur78oXmWzzxl for <websec@ietfa.amsl.com>; Wed, 17 Dec 2014 12:43:48 -0800 (PST)
Received: from mail.bortzmeyer.org (aetius.bortzmeyer.org [IPv6:2001:4b98:dc0:41:216:3eff:fece:1902]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 142A51A8799 for <websec@ietf.org>; Wed, 17 Dec 2014 12:43:48 -0800 (PST)
Received: by mail.bortzmeyer.org (Postfix, from userid 10) id 3B9B03B993; Wed, 17 Dec 2014 21:43:46 +0100 (CET)
Received: by tyrion (Postfix, from userid 1000) id 1F6D5F00A31; Wed, 17 Dec 2014 21:38:37 +0100 (CET)
Date: Wed, 17 Dec 2014 21:38:37 +0100
From: Stephane Bortzmeyer <bortzmeyer@nic.fr>
To: David Keeler <dkeeler@mozilla.com>
Message-ID: <20141217203836.GA10001@laperouse.bortzmeyer.org>
References: <20141217135659.GA4781@nic.fr> <5491DEAC.8040706@mozilla.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <5491DEAC.8040706@mozilla.com>
X-Transport: UUCP rules
X-Operating-System: Ubuntu 14.04 (trusty)
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: http://mailarchive.ietf.org/arch/msg/websec/W6HZHof4QP3a2yE5PdqvgsfrjWc
X-Mailman-Approved-At: Thu, 25 Dec 2014 06:04:12 -0800
Cc: collin.jackson@sv.cmu.edu, websec@ietf.org, Stephane Bortzmeyer <bortzmeyer@nic.fr>
Subject: Re: [websec] [HSTS] Contradiction between sections 8.1 and 11.3 of RFC 6797?
X-BeenThere: websec@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Web Application Security Minus Authentication and Transport <websec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/websec>, <mailto:websec-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/websec/>
List-Post: <mailto:websec@ietf.org>
List-Help: <mailto:websec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/websec>, <mailto:websec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 17 Dec 2014 20:43:52 -0000

On Wed, Dec 17, 2014 at 11:51:08AM -0800,
 David Keeler <dkeeler@mozilla.com> wrote 
 a message of 47 lines which said:

> Section 11.3 is about when the user agent connects to a host that it
> previously noted as using HSTS.

OK, so a example case with section 11.3 could be a server publishing a
HSTS header while it has a recognized certificate and then later
switching to a self-signed certificate. In that case, access would be
denied. Am I correct?