comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 2948:37e082fd009c

Added TLSv1.3 to the default value of ssl_protocols and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 10 Mar 2023 22:17:07 +0000
parents 0d355d154181
children 9eadb98ec770
comparison
equal deleted inserted replaced
2947:39a5ac34d794 2948:37e082fd009c
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="75"> 13 rev="76">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
2094 [<literal>SSLv3</literal>] 2094 [<literal>SSLv3</literal>]
2095 [<literal>TLSv1</literal>] 2095 [<literal>TLSv1</literal>]
2096 [<literal>TLSv1.1</literal>] 2096 [<literal>TLSv1.1</literal>]
2097 [<literal>TLSv1.2</literal>] 2097 [<literal>TLSv1.2</literal>]
2098 [<literal>TLSv1.3</literal>]</syntax> 2098 [<literal>TLSv1.3</literal>]</syntax>
2099 <default>TLSv1 TLSv1.1 TLSv1.2</default> 2099 <default>TLSv1 TLSv1.1 TLSv1.2 TLSv1.3</default>
2100 <context>http</context> 2100 <context>http</context>
2101 <context>server</context> 2101 <context>server</context>
2102 <context>location</context> 2102 <context>location</context>
2103 <appeared-in>1.5.6</appeared-in> 2103 <appeared-in>1.5.6</appeared-in>
2104 2104
2105 <para> 2105 <para>
2106 Enables the specified protocols for requests to a proxied HTTPS server. 2106 Enables the specified protocols for requests to a proxied HTTPS server.
2107 </para>
2108
2109 <para>
2110 <note>
2111 The <literal>TLSv1.3</literal> parameter is used by default
2112 since 1.23.4.
2113 </note>
2107 </para> 2114 </para>
2108 2115
2109 </directive> 2116 </directive>
2110 2117
2111 2118