Skip to content

Commit 86801e7

Browse files
committed
Draft docs changes for disabling TLSv1.1
Relates: #121731
1 parent caa4353 commit 86801e7

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

docs/reference/security/securing-communications/tls-versions-jdk.asciidoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ SSL v3 is supported on all {es} <<jvm-version,compatible JDKs>> but is disabled
2121
See <<jdk-enable-tls-protocol>>.
2222

2323
`TLSv1`::
24-
TLS v1.0 is supported on all {es} <<jvm-version,compatible JDKs>>.
25-
Some newer JDKs, including the JDK bundled with {es}, disable TLS v1.0 by default.
24+
TLS v1.0 is supported on all {es} <<jvm-version,compatible JDKs>> but is disabled by default.
2625
See <<jdk-enable-tls-protocol>>.
2726

2827
`TLSv1.1`::
29-
TLS v1.1 is supported on all {es} <<jvm-version,compatible JDKs>>.
30-
Some newer JDKs, including the JDK bundled with {es}, disable TLS v1.1 by default.
28+
TLS v1.1 is supported on all {es} <<jvm-version,compatible JDKs>> but is disabled by default.
3129
See <<jdk-enable-tls-protocol>>.
3230

3331
`TLSv1.2`::

docs/reference/settings/common-defs.asciidoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,9 @@ be encrypted, this value is optional.
107107
end::ssl-secure-key-passphrase[]
108108

109109
tag::ssl-supported-protocols[]
110-
Supported protocols with versions. Valid protocols: `SSLv2Hello`,
111-
`SSLv3`, `TLSv1`, `TLSv1.1`, `TLSv1.2`, `TLSv1.3`. If the JVM's SSL provider supports TLSv1.3,
112-
the default is `TLSv1.3,TLSv1.2,TLSv1.1`. Otherwise, the default is
113-
`TLSv1.2,TLSv1.1`.
110+
Supported protocols with versions.
111+
Valid protocols: `SSLv2Hello`, `SSLv3`, `TLSv1`, `TLSv1.1`, `TLSv1.2`, `TLSv1.3`.
112+
The default is `TLSv1.3,TLSv1.2`.
114113
+
115114
{es} relies on your JDK’s implementation of SSL and TLS.
116115
View <<jdk-tls-versions>> for more information.

0 commit comments

Comments
 (0)