From 77c09ade14bb090c9ebada3d49d2a57b29038140 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Sun, 24 Jan 2021 17:51:32 +0100 Subject: [PATCH] Update link to TLS requirements. --- HTTP-2-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTP-2-support.md b/HTTP-2-support.md index 8ec1306..5ad9127 100644 --- a/HTTP-2-support.md +++ b/HTTP-2-support.md @@ -4,7 +4,7 @@ The HTTP/2 spec and the browser implementations bring new security constraints c * TLS 1.2, SNI and ALPN, all required to upgrade to HTT/2 protocol * a secure server certificate - usually with a strong signature algorithm and a key 2048+ bits key -* all the [TLS requirements listed in the HTTP/2 specification](https://http2.github.io/http2-spec/#rfc.section.9.2) +* all the [TLS requirements listed in the HTTP/2 specification](https://httpwg.org/specs/rfc7540.html#TLSUsage) TLS 1.2 isn't natively supported by JDK8, but it is in JDK8u252+ and JDK9; also, alternative TLS implementations (including native bindings) are popular because they can offer performance gains compared to the JDK stack. This part explains why containers offer various deployment options and each has its pros/cons.