comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 2460:c60a8a15010c

Clarified description of the $ssl_cipher variable. Notably, it contains the only actually used cipher suite.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 06 Nov 2019 20:16:06 +0300
parents d323beea61ec
children ffc4083f5c7e
comparison
equal deleted inserted replaced
2459:2aad23d07d96 2460:c60a8a15010c
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="47"> 13 rev="48">
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
821 embedded variables: 821 embedded variables:
822 <list type="tag"> 822 <list type="tag">
823 823
824 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name> 824 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name>
825 <tag-desc> 825 <tag-desc>
826 returns the string of ciphers used 826 returns the name of the cipher used
827 for an established SSL connection; 827 for an established SSL connection;
828 </tag-desc> 828 </tag-desc>
829 829
830 <tag-name id="var_ssl_ciphers"><var>$ssl_ciphers</var></tag-name> 830 <tag-name id="var_ssl_ciphers"><var>$ssl_ciphers</var></tag-name>
831 <tag-desc> 831 <tag-desc>