comparison xml/en/docs/stream/ngx_stream_ssl_preread_module.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents 91d725e52633
children
comparison
equal deleted inserted replaced
2830:419b081fd2fa 2831:4add6ae1296f
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_ssl_preread_module</literal> module (1.11.5) allows 17 The <literal>ngx_stream_ssl_preread_module</literal> module (1.11.5) allows
18 extracting information from the 18 extracting information from the
19 <link url="https://tools.ietf.org/html/rfc5246#section-7.4.1.2">ClientHello</link> 19 <link url="https://datatracker.ietf.org/doc/html/rfc5246#section-7.4.1.2">ClientHello</link>
20 message without terminating SSL/TLS, 20 message without terminating SSL/TLS,
21 for example, the server name requested through 21 for example, the server name requested through
22 <link url="https://tools.ietf.org/html/rfc6066#section-3">SNI</link> 22 <link url="https://datatracker.ietf.org/doc/html/rfc6066#section-3">SNI</link>
23 or protocols advertised in 23 or protocols advertised in
24 <link url="https://tools.ietf.org/html/rfc7301">ALPN</link>. 24 <link url="https://datatracker.ietf.org/doc/html/rfc7301">ALPN</link>.
25 This module is not built by default, it should be enabled with the 25 This module is not built by default, it should be enabled with the
26 <literal>--with-stream_ssl_preread_module</literal> 26 <literal>--with-stream_ssl_preread_module</literal>
27 configuration parameter. 27 configuration parameter.
28 </para> 28 </para>
29 29