# HG changeset patch # User Yaroslav Zhuravlev # Date 1636374624 0 # Node ID b74f2038f2b5ee947dafd8b53b2b8ff0afb882cb # Parent 4934cbc1db19033a65cf51e76fcd16107d2b0bab Removed support of NPN for http/2. diff --git a/xml/en/docs/http/ngx_http_v2_module.xml b/xml/en/docs/http/ngx_http_v2_module.xml --- a/xml/en/docs/http/ngx_http_v2_module.xml +++ b/xml/en/docs/http/ngx_http_v2_module.xml @@ -9,7 +9,7 @@ + rev="15">
@@ -64,10 +64,8 @@ server { Note that accepting HTTP/2 connections over TLS requires the “Application-Layer Protocol Negotiation” (ALPN) TLS extension -support, which is available only since +support, which is available since OpenSSL version 1.0.2. -Using the “Next Protocol Negotiation” (NPN) TLS extension for this purpose -(available since OpenSSL version 1.0.1) is not guaranteed to work. diff --git a/xml/ru/docs/http/ngx_http_v2_module.xml b/xml/ru/docs/http/ngx_http_v2_module.xml --- a/xml/ru/docs/http/ngx_http_v2_module.xml +++ b/xml/ru/docs/http/ngx_http_v2_module.xml @@ -9,7 +9,7 @@ + rev="15">
@@ -64,10 +64,8 @@ server { Чтобы принимать HTTP/2-соединения по TLS, необходимо наличие поддержки расширения “Application-Layer Protocol Negotiation” (ALPN) -протокола TLS, появившейся лишь в +протокола TLS, появившейся в OpenSSL версии 1.0.2. -Работа расширения “Next Protocol Negotiation” (NPN) протокола TLS -(поддерживаемого начиная с OpenSSL версии 1.0.1) в данном случае не гарантируется.