comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 2789:d16409187314

Documented the $ssl_alpn_protocol variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 01 Nov 2021 21:06:06 +0000
parents 16f6fa718be2
children 4b73197f8ca9
comparison
equal deleted inserted replaced
2788:03b49685c056 2789:d16409187314
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="54"> 13 rev="55">
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
984 <para> 984 <para>
985 The <literal>ngx_http_ssl_module</literal> module supports 985 The <literal>ngx_http_ssl_module</literal> module supports
986 embedded variables: 986 embedded variables:
987 <list type="tag"> 987 <list type="tag">
988 988
989 <tag-name id="var_ssl_alpn_protocol"><var>$ssl_alpn_protocol</var></tag-name>
990 <tag-desc>
991 returns the protocol selected by ALPN during the SSL handshake,
992 or an empty string otherwise (1.21.4);
993 </tag-desc>
994
989 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name> 995 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name>
990 <tag-desc> 996 <tag-desc>
991 returns the name of the cipher used 997 returns the name of the cipher used
992 for an established SSL connection; 998 for an established SSL connection;
993 </tag-desc> 999 </tag-desc>