Re: [websec] default value for max-age ? (was: Re: Strict-Transport-Security syntax redux)

Yoav Nir <ynir@checkpoint.com> Tue, 03 January 2012 06:26 UTC

Return-Path: <ynir@checkpoint.com>
X-Original-To: websec@ietfa.amsl.com
Delivered-To: websec@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1ED9621F8560 for <websec@ietfa.amsl.com>; Mon, 2 Jan 2012 22:26:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.549
X-Spam-Level:
X-Spam-Status: No, score=-10.549 tagged_above=-999 required=5 tests=[AWL=0.050, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ugJcJLaBgMOM for <websec@ietfa.amsl.com>; Mon, 2 Jan 2012 22:26:42 -0800 (PST)
Received: from michael.checkpoint.com (smtp.checkpoint.com [194.29.34.68]) by ietfa.amsl.com (Postfix) with ESMTP id C96F521F84B2 for <websec@ietf.org>; Mon, 2 Jan 2012 22:26:41 -0800 (PST)
X-CheckPoint: {4F029D72-0-1B221DC2-1FFFF}
Received: from il-ex01.ad.checkpoint.com (il-ex01.ad.checkpoint.com [194.29.34.26]) by michael.checkpoint.com (8.13.8/8.13.8) with ESMTP id q036Qd4F019071; Tue, 3 Jan 2012 08:26:39 +0200
Received: from il-ex01.ad.checkpoint.com ([126.0.0.2]) by il-ex01.ad.checkpoint.com ([126.0.0.2]) with mapi; Tue, 3 Jan 2012 08:26:38 +0200
From: Yoav Nir <ynir@checkpoint.com>
To: =JeffH <Jeff.Hodges@KingsMountain.com>
Date: Tue, 03 Jan 2012 08:26:36 +0200
Thread-Topic: [websec] default value for max-age ? (was: Re: Strict-Transport-Security syntax redux)
Thread-Index: AczJ4KW7YBXce8SdTxWBYxcMVLRlug==
Message-ID: <D4D8FBAE-C04C-4396-A8B8-17F42874B1DF@checkpoint.com>
References: <4F023DD0.8060308@KingsMountain.com>
In-Reply-To: <4F023DD0.8060308@KingsMountain.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
x-kse-antivirus-interceptor-info: scan successful
x-kse-antivirus-info: Clean
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: IETF WebSec WG <websec@ietf.org>
Subject: Re: [websec] default value for max-age ? (was: Re: Strict-Transport-Security syntax redux)
X-BeenThere: websec@ietf.org
X-Mailman-Version: 2.1.12
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: Tue, 03 Jan 2012 06:26:43 -0000

On Jan 3, 2012, at 1:29 AM, =JeffH wrote:

> Julian wondered..
>> 
>> wouldn't it make sense to have a default for max-age so it
>> can be made OPTIONAL?
> 
> hm ... I lean towards keeping max-age as REQUIRED (without a default value) and 
> thus hopefully encouraging deployers to think a bit about this and its 
> ramifications, and also because its value is so site-specific in terms of a web 
> application's needs, deployment approach, and tolerance for downside risk of 
> breaking itself.

I tend to agree, but it's not deployers who are going to do the thinking - it's the implementers of web servers. 

So somewhere, in some control panel for IIS, or a config file for Apache, or some WebUI for some SSL-VPN, there's going to be a configuration to turn on HSTS, and that product is going to have a default max-age. The deployers are just going to check the box.

I think we should provide guidance for those implementers as to what is a good default there.

Yoav