Skip to content

Commit 9461ce5

Browse files
committed
revert the java version on the ssl page
1 parent 02d9769 commit 9461ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/security/ssl-framework.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The SSL policies are configured by assigning values to parameters of the followi
270270
If the address does not match those fields, the client disconnects. | `true`
271271
| `ciphers` | A comma-separated list of ciphers suites allowed during cipher negotiation.
272272
Valid values depend on the current JRE, SSL provider, and TLS version.
273-
For Ciphers supported by the Oracle JRE, see the link:https://docs.oracle.com/en/java/javase/21/docs/specs/security/standard-names.html#jsse-cipher-suite-names[Oracle official documentation].
273+
For Ciphers supported by the Oracle JRE, see the link:https://docs.oracle.com/en/java/javase/17/docs/specs/security/standard-names.html#jsse-cipher-suite-names[Oracle official documentation].
274274
| Java platform default allowed cipher suites.
275275
| `tls_versions` | A comma-separated list of allowed TLS versions. By default only TLSv1.2 and TLSv1.3 are allowed.
276276
To use both TLSv1.2 and TLSv1.3 versions, you must specify which ciphers to be enforced for each version.

0 commit comments

Comments
 (0)