comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 3006:0e805229dd19

Updated ngx_http_ssl_module documentation. Provided details about ssl_protocol directive usage by adding link to the "Server names" document.
author Sergey A. Osokin <sergey.osokin@nginx.com>
date Sat, 02 Sep 2023 13:01:52 -0400
parents 2b02fee0d12e
children ac4191d05fdf
comparison
equal deleted inserted replaced
3005:8b8f94802f41 3006:0e805229dd19
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="61"> 13 rev="62">
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
600 <context>http</context> 600 <context>http</context>
601 <context>server</context> 601 <context>server</context>
602 602
603 <para> 603 <para>
604 Enables the specified protocols. 604 Enables the specified protocols.
605 </para>
606
607 <para>
608 If the directive is specified on the <link id="server"/> level,
609 the value from the default server can be used.
610 Details are provided in the
611 “<link doc="server_names.xml" id="virtual_server_selection">Virtual
612 server selection</link>” section.
613 </para>
614
615 <para>
605 <note> 616 <note>
606 The <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> parameters 617 The <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> parameters
607 (1.1.13, 1.0.12) work only when OpenSSL 1.0.1 or higher is used. 618 (1.1.13, 1.0.12) work only when OpenSSL 1.0.1 or higher is used.
608 </note> 619 </note>
609 <note> 620 <note>