changeset 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 15300c606f70
children 2d60caa1c1dd
files xml/en/docs/http/ngx_http_v2_module.xml
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_v2_module.xml
+++ b/xml/en/docs/http/ngx_http_v2_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_v2_module"
         link="/en/docs/http/ngx_http_v2_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -76,6 +76,16 @@ Using the “Next Protocol Negotiation” (NPN) TLS extension for this purpose
 (available since OpenSSL version 1.0.1) is not guaranteed.
 </para>
 
+<para>
+Also note that if the
+<link doc="ngx_http_ssl_module.xml" id="ssl_prefer_server_ciphers"/> directive
+is set to the value <value>on</value>,
+the <link doc="ngx_http_ssl_module.xml" id="ssl_ciphers">ciphers</link>
+should be configured to comply with
+<link url="https://tools.ietf.org/html/rfc7540#appendix-A">RFC 7540, Appendix A</link>
+black list and supported by clients.
+</para>
+
 </section>