From d4fe9e2072dff83700d5a277c7ea49e529668e32 Mon Sep 17 00:00:00 2001 From: MikeBishop Date: Fri, 1 Jul 2016 15:42:36 -0700 Subject: [PATCH] Subject-verb agreement The key phrase is "Serving ... requires", not "URIs require". --- draft-ietf-httpbis-http2-encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-httpbis-http2-encryption.md b/draft-ietf-httpbis-http2-encryption.md index 326e46779..18b38ed7e 100644 --- a/draft-ietf-httpbis-http2-encryption.md +++ b/draft-ietf-httpbis-http2-encryption.md @@ -66,7 +66,7 @@ This document describes a use of HTTP Alternative Services {{RFC7838}} to decoup the URI scheme from the use and configuration of underlying encryption, allowing a `http` URI {{RFC7230}} to be accessed using Transport Layer Security (TLS) {{RFC5246}} opportunistically. -Serving `https` URIs require acquiring and configuring a valid certificate, which means that some +Serving `https` URIs requires acquiring and configuring a valid certificate, which means that some deployments find supporting TLS difficult. This document describes a usage model whereby sites can serve `http` URIs over TLS without being required to support strong server authentication.