comparison xml/en/docs/http/ngx_http_v2_module.xml @ 2794:b74f2038f2b5

Removed support of NPN for http/2.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 08 Nov 2021 12:30:24 +0000
parents d13341d3c54a
children 4add6ae1296f
comparison
equal deleted inserted replaced
2793:4934cbc1db19 2794:b74f2038f2b5
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_v2_module" 9 <module name="Module ngx_http_v2_module"
10 link="/en/docs/http/ngx_http_v2_module.html" 10 link="/en/docs/http/ngx_http_v2_module.html"
11 lang="en" 11 lang="en"
12 rev="14"> 12 rev="15">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_v2_module</literal> module (1.9.5) provides 17 The <literal>ngx_http_v2_module</literal> module (1.9.5) provides
62 ssl_certificate_key server.key; 62 ssl_certificate_key server.key;
63 } 63 }
64 </example> 64 </example>
65 Note that accepting HTTP/2 connections over TLS requires 65 Note that accepting HTTP/2 connections over TLS requires
66 the “Application-Layer Protocol Negotiation” (ALPN) TLS extension 66 the “Application-Layer Protocol Negotiation” (ALPN) TLS extension
67 support, which is available only since 67 support, which is available since
68 <link url="http://www.openssl.org">OpenSSL</link> version 1.0.2. 68 <link url="http://www.openssl.org">OpenSSL</link> version 1.0.2.
69 Using the “Next Protocol Negotiation” (NPN) TLS extension for this purpose
70 (available since OpenSSL version 1.0.1) is not guaranteed to work.
71 </para> 69 </para>
72 70
73 <para> 71 <para>
74 Also note that if the 72 Also note that if the
75 <link doc="ngx_http_ssl_module.xml" id="ssl_prefer_server_ciphers"/> directive 73 <link doc="ngx_http_ssl_module.xml" id="ssl_prefer_server_ciphers"/> directive