diff xml/en/docs/http/ngx_http_ssl_module.xml @ 1856:7133004fa5b3

$ssl_client_verify extended with a failure reason.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 08 Dec 2016 19:08:30 +0300
parents 2ef67c4d2226
children 0882ccb0c00f
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Thu Dec 08 19:08:30 2016 +0300
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Thu Dec 08 19:08:30 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="26">
+        rev="27">
 
 <section id="summary">
 
@@ -841,8 +841,12 @@
 <tag-name id="var_ssl_client_verify"><var>$ssl_client_verify</var></tag-name>
 <tag-desc>
 returns the result of client certificate verification:
-“<literal>SUCCESS</literal>”, “<literal>FAILED</literal>”, and
-“<literal>NONE</literal>” if a certificate was not present;
+“<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”,
+(1.11.7) and “<literal>NONE</literal>” if a certificate was not present;
+<note>
+Prior to version 1.11.7, the “<literal>FAILED</literal>” result
+did not contain the <value>reason</value> string.
+</note>
 </tag-desc>
 
 <tag-name id="var_ssl_protocol"><var>$ssl_protocol</var></tag-name>