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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,8 @@ The SSL policies are configured by assigning values to parameters of the followi
287
287
Valid values depend on the current JRE and SSL provider.
288
288
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].
289
289
| Java platform default allowed cipher suites.
290
-
| `tls_versions` | A comma-separated list of allowed TLS versions. | `TLSv1.2`
290
+
| `tls_versions` | A comma-separated list of allowed TLS versions. By default only TLSv1.2 and TLSv1.3 are allowed. | `TLSv1.2` +
291
+
`TLSv1.3` label:new[Supported from Neo4j 5.24]
291
292
| `client_auth` | Whether or not clients must be authenticated.
292
293
Setting this to `REQUIRE` enables mutual authentication for servers.
293
294
Other possible values are `NONE` and `OPTIONAL`. | `OPTIONAL` for `bolt` and `https`; +
0 commit comments