diff xml/en/docs/stream/ngx_stream_ssl_module.xml @ 1876:b451f03e0a4b

Described behavior of stream ssl_verify_client in case of error.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 22 Dec 2016 15:48:05 +0300
parents e1d0b56c0310
children aa29a64a5e9d
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_ssl_module.xml	Thu Dec 22 23:30:05 2016 +0300
+++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml	Thu Dec 22 15:48:05 2016 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_ssl_module"
         link="/en/docs/stream/ngx_stream_ssl_module.html"
         lang="en"
-        rev="13">
+        rev="14">
 
 <section id="summary">
 
@@ -490,6 +490,9 @@
 Enables verification of client certificates.
 The verification result is stored in the
 <link id="var_ssl_client_verify">$ssl_client_verify</link> variable.
+If an error has occurred during the client certificate verification
+or a client has not presented the required certificate,
+the connection is closed.
 </para>
 
 <para>