This is an automated email from the ASF dual-hosted git repository.

masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 492aa3216f doc: fix typo min to max, and disabled by default for TLSv1 
and TLSv1_0 (#10557)
492aa3216f is described below

commit 492aa3216f56cb8973e3a5725c4dc9d711567d5b
Author: Hiroaki Nakamura <hnaka...@gmail.com>
AuthorDate: Thu Oct 5 10:37:49 2023 +0900

    doc: fix typo min to max, and disabled by default for TLSv1 and TLSv1_0 
(#10557)
---
 doc/admin-guide/files/records.yaml.en.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/admin-guide/files/records.yaml.en.rst 
b/doc/admin-guide/files/records.yaml.en.rst
index 048b92927d..f30e8f87b6 100644
--- a/doc/admin-guide/files/records.yaml.en.rst
+++ b/doc/admin-guide/files/records.yaml.en.rst
@@ -4097,23 +4097,23 @@ Client-Related Configuration
    :deprecated:
 
    This setting is deprecated in favor of 
:ts:cv:`proxy.config.ssl.client.version.min` and
-   :ts:cv:`proxy.config.ssl.client.version.min`, and will be ignored if those 
new settings are used.
+   :ts:cv:`proxy.config.ssl.client.version.max`, and will be ignored if those 
new settings are used.
 
-   Enables (``1``) or disables (``0``) TLSv1.0 in the ATS client context. If 
not specified, enabled by default
+   Enables (``1``) or disables (``0``) TLSv1.0 in the ATS client context. If 
not specified, disabled by default
 
 .. ts:cv:: CONFIG proxy.config.ssl.client.TLSv1_1 INT 0
    :deprecated:
 
    This setting is deprecated in favor of 
:ts:cv:`proxy.config.ssl.client.version.min` and
-   :ts:cv:`proxy.config.ssl.client.version.min`, and will be ignored if those 
new settings are used.
+   :ts:cv:`proxy.config.ssl.client.version.max`, and will be ignored if those 
new settings are used.
 
-   Enables (``1``) or disables (``0``) TLSv1_1 in the ATS client context. If 
not specified, enabled by default
+   Enables (``1``) or disables (``0``) TLSv1_1 in the ATS client context. If 
not specified, disabled by default
 
 .. ts:cv:: CONFIG proxy.config.ssl.client.TLSv1_2 INT 1
    :deprecated:
 
    This setting is deprecated in favor of 
:ts:cv:`proxy.config.ssl.client.version.min` and
-   :ts:cv:`proxy.config.ssl.client.version.min`, and will be ignored if those 
new settings are used.
+   :ts:cv:`proxy.config.ssl.client.version.max`, and will be ignored if those 
new settings are used.
 
    Enables (``1``) or disables (``0``) TLSv1_2 in the ATS client context. If 
not specified, enabled by default
 
@@ -4121,7 +4121,7 @@ Client-Related Configuration
    :deprecated:
 
    This setting is deprecated in favor of 
:ts:cv:`proxy.config.ssl.client.version.min` and
-   :ts:cv:`proxy.config.ssl.client.version.min`, and will be ignored if those 
new settings are used.
+   :ts:cv:`proxy.config.ssl.client.version.max`, and will be ignored if those 
new settings are used.
 
    Enables (``1``) or disables (``0``) TLSv1_3 in the ATS client context. If 
not specified, enabled by default
 

Reply via email to