comparison 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
comparison
equal deleted inserted replaced
1875:4687cbd3c933 1876:b451f03e0a4b
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_ssl_module" 9 <module name="Module ngx_stream_ssl_module"
10 link="/en/docs/stream/ngx_stream_ssl_module.html" 10 link="/en/docs/stream/ngx_stream_ssl_module.html"
11 lang="en" 11 lang="en"
12 rev="13"> 12 rev="14">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0) 17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0)
488 488
489 <para> 489 <para>
490 Enables verification of client certificates. 490 Enables verification of client certificates.
491 The verification result is stored in the 491 The verification result is stored in the
492 <link id="var_ssl_client_verify">$ssl_client_verify</link> variable. 492 <link id="var_ssl_client_verify">$ssl_client_verify</link> variable.
493 If an error has occurred during the client certificate verification
494 or a client has not presented the required certificate,
495 the connection is closed.
493 </para> 496 </para>
494 497
495 <para> 498 <para>
496 The <literal>optional</literal> parameter requests the client 499 The <literal>optional</literal> parameter requests the client
497 certificate and verifies it if the certificate is present. 500 certificate and verifies it if the certificate is present.