diff --git a/modules/ROOT/pages/security/ssl-framework.adoc b/modules/ROOT/pages/security/ssl-framework.adoc index 3ce4c4ef8..aa661475c 100644 --- a/modules/ROOT/pages/security/ssl-framework.adoc +++ b/modules/ROOT/pages/security/ssl-framework.adoc @@ -287,7 +287,8 @@ The SSL policies are configured by assigning values to parameters of the followi Valid values depend on the current JRE and SSL provider. 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]. | Java platform default allowed cipher suites. -| `tls_versions` | A comma-separated list of allowed TLS versions. | `TLSv1.2` +| `tls_versions` | A comma-separated list of allowed TLS versions. By default only TLSv1.2 and TLSv1.3 are allowed. | `TLSv1.2` + + `TLSv1.3` label:new[Supported from Neo4j 5.24] | `client_auth` | Whether or not clients must be authenticated. Setting this to `REQUIRE` enables mutual authentication for servers. Other possible values are `NONE` and `OPTIONAL`. | `OPTIONAL` for `bolt` and `https`; +