Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/ROOT/pages/security/ssl-framework.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`; +
Expand Down