Skip to content

Commit d604e00

Browse files
Change the default value of dbms.ssl.policy.*.verify_hostname to true
1 parent 1f45863 commit d604e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ The SSL policies are configured by assigning values to parameters of the followi
269269
| `trusted_dir` | A directory populated with certificates of trusted parties. | `trusted/`
270270
| `revoked_dir` | A directory populated with certificate revocation lists (CRLs). | `revoked/`
271271
3+^.^| *Advanced*
272-
| `verify_hostname` | Enabling this setting turns on client-side hostname verification.
272+
| `verify_hostname` footnote:[In Neo4j 2025.01, the default value is changed from `false` to `true`.] | Enabling this setting turns on client-side hostname verification.
273273
After receiving the server's public certificate, the client compares the
274274
address it uses against the certificate Common Name (CN) and Subject Alternative
275275
Names (SAN) fields.
276-
If the address does not match those fields, the client disconnects. | `false`
276+
If the address does not match those fields, the client disconnects. | `true`
277277
| `ciphers` | A comma-separated list of ciphers suites allowed during cipher negotiation.
278278
Valid values depend on the current JRE, SSL provider, and TLS version.
279279
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].

0 commit comments

Comments
 (0)