comparison xml/en/docs/http/ngx_http_v2_module.xml @ 1609:887ce78207ac

Added note about ssl_prefer_server_ciphers in HTTP/2.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 20 Nov 2015 16:56:41 +0300
parents e491c669220e
children 44c4323144c5
comparison
equal deleted inserted replaced
1608:15300c606f70 1609:887ce78207ac
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="2"> 12 rev="3">
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
74 <link url="http://www.openssl.org">OpenSSL</link> version 1.0.2. 74 <link url="http://www.openssl.org">OpenSSL</link> version 1.0.2.
75 Using the “Next Protocol Negotiation” (NPN) TLS extension for this purpose 75 Using the “Next Protocol Negotiation” (NPN) TLS extension for this purpose
76 (available since OpenSSL version 1.0.1) is not guaranteed. 76 (available since OpenSSL version 1.0.1) is not guaranteed.
77 </para> 77 </para>
78 78
79 <para>
80 Also note that if the
81 <link doc="ngx_http_ssl_module.xml" id="ssl_prefer_server_ciphers"/> directive
82 is set to the value <value>on</value>,
83 the <link doc="ngx_http_ssl_module.xml" id="ssl_ciphers">ciphers</link>
84 should be configured to comply with
85 <link url="https://tools.ietf.org/html/rfc7540#appendix-A">RFC 7540, Appendix A</link>
86 black list and supported by clients.
87 </para>
88
79 </section> 89 </section>
80 90
81 91
82 <section id="directives" name="Directives"> 92 <section id="directives" name="Directives">
83 93