comparison xml/en/docs/http/ngx_http_grpc_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 cbd963190c15
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_grpc_module" 10 <module name="Module ngx_http_grpc_module"
11 link="/en/docs/http/ngx_http_grpc_module.html" 11 link="/en/docs/http/ngx_http_grpc_module.html"
12 lang="en" 12 lang="en"
13 rev="8"> 13 rev="9">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_grpc_module</literal> module allows passing requests 18 The <literal>ngx_http_grpc_module</literal> module allows passing requests
631 [<literal>SSLv3</literal>] 631 [<literal>SSLv3</literal>]
632 [<literal>TLSv1</literal>] 632 [<literal>TLSv1</literal>]
633 [<literal>TLSv1.1</literal>] 633 [<literal>TLSv1.1</literal>]
634 [<literal>TLSv1.2</literal>] 634 [<literal>TLSv1.2</literal>]
635 [<literal>TLSv1.3</literal>]</syntax> 635 [<literal>TLSv1.3</literal>]</syntax>
636 <default>TLSv1 TLSv1.1 TLSv1.2</default> 636 <default>TLSv1 TLSv1.1 TLSv1.2 TLSv1.3</default>
637 <context>http</context> 637 <context>http</context>
638 <context>server</context> 638 <context>server</context>
639 <context>location</context> 639 <context>location</context>
640 640
641 <para> 641 <para>
642 Enables the specified protocols for requests to a gRPC SSL server. 642 Enables the specified protocols for requests to a gRPC SSL server.
643 </para>
644
645 <para>
646 <note>
647 The <literal>TLSv1.3</literal> parameter is used by default
648 since 1.23.4.
649 </note>
643 </para> 650 </para>
644 651
645 </directive> 652 </directive>
646 653
647 654