# HG changeset patch # User Yaroslav Zhuravlev # Date 1448027801 -10800 # Node ID 887ce78207ac9b2ee7dcca717b3ccf21639b2422 # Parent 15300c606f70ebf76854516b87750d1733408891 Added note about ssl_prefer_server_ciphers in 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="3">
@@ -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. + +Also note that if the + directive +is set to the value on, +the ciphers +should be configured to comply with +RFC 7540, Appendix A +black list and supported by clients. + +