comparison 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
comparison
equal deleted inserted replaced
1855:2ef67c4d2226 1856:7133004fa5b3
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="26"> 13 rev="27">
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
839 </tag-desc> 839 </tag-desc>
840 840
841 <tag-name id="var_ssl_client_verify"><var>$ssl_client_verify</var></tag-name> 841 <tag-name id="var_ssl_client_verify"><var>$ssl_client_verify</var></tag-name>
842 <tag-desc> 842 <tag-desc>
843 returns the result of client certificate verification: 843 returns the result of client certificate verification:
844 “<literal>SUCCESS</literal>”, “<literal>FAILED</literal>”, and 844 “<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”,
845 “<literal>NONE</literal>” if a certificate was not present; 845 (1.11.7) and “<literal>NONE</literal>” if a certificate was not present;
846 <note>
847 Prior to version 1.11.7, the “<literal>FAILED</literal>” result
848 did not contain the <value>reason</value> string.
849 </note>
846 </tag-desc> 850 </tag-desc>
847 851
848 <tag-name id="var_ssl_protocol"><var>$ssl_protocol</var></tag-name> 852 <tag-name id="var_ssl_protocol"><var>$ssl_protocol</var></tag-name>
849 <tag-desc> 853 <tag-desc>
850 returns the protocol of an established SSL connection; 854 returns the protocol of an established SSL connection;