comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 1863:fef4ab2d990c

Removed unnecessary version for "FAILED:reason" in $ssl_client_verify.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 14 Dec 2016 19:20:40 +0300
parents 0882ccb0c00f
children fa7542e40381
comparison
equal deleted inserted replaced
1862:621daf1b77d0 1863:fef4ab2d990c
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="28"> 13 rev="29">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
855 855
856 <tag-name id="var_ssl_client_verify"><var>$ssl_client_verify</var></tag-name> 856 <tag-name id="var_ssl_client_verify"><var>$ssl_client_verify</var></tag-name>
857 <tag-desc> 857 <tag-desc>
858 returns the result of client certificate verification: 858 returns the result of client certificate verification:
859 “<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”, 859 “<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”,
860 (1.11.7) and “<literal>NONE</literal>” if a certificate was not present; 860 and “<literal>NONE</literal>” if a certificate was not present;
861 <note> 861 <note>
862 Prior to version 1.11.7, the “<literal>FAILED</literal>” result 862 Prior to version 1.11.7, the “<literal>FAILED</literal>” result
863 did not contain the <value>reason</value> string. 863 did not contain the <value>reason</value> string.
864 </note> 864 </note>
865 </tag-desc> 865 </tag-desc>