You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/security/ssl-framework.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ The SSL policies are configured by assigning values to parameters of the followi
270
270
If the address does not match those fields, the client disconnects. | `true`
271
271
| `ciphers` | A comma-separated list of ciphers suites allowed during cipher negotiation.
272
272
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].
274
274
| Java platform default allowed cipher suites.
275
275
| `tls_versions` | A comma-separated list of allowed TLS versions. By default only TLSv1.2 and TLSv1.3 are allowed.
276
276
To use both TLSv1.2 and TLSv1.3 versions, you must specify which ciphers to be enforced for each version.
0 commit comments