@@ -450,7 +450,7 @@ neo4j@server-1-0:~/bin$ SHOW SERVERS;
450450| "dbms.ssl.policy.bolt.tls_versions"            | "TLSv1.2"                                         | 
451451| "dbms.ssl.policy.bolt.trust_all"               | "false"                                           | 
452452| "dbms.ssl.policy.bolt.trusted_dir"             | "/var/lib/neo4j/certificates/bolt/trusted"        | 
453- | "dbms.ssl.policy.bolt.verify_hostname"         | "false "                                           | 
453+ | "dbms.ssl.policy.bolt.verify_hostname"         | "true "                                           | 
454454| "dbms.ssl.policy.cluster.base_directory"       | "/var/lib/neo4j/certificates/cluster"             | 
455455| "dbms.ssl.policy.cluster.ciphers"              | "No Value"                                        | 
456456| "dbms.ssl.policy.cluster.client_auth"          | "REQUIRE"                                         | 
@@ -462,7 +462,7 @@ neo4j@server-1-0:~/bin$ SHOW SERVERS;
462462| "dbms.ssl.policy.cluster.tls_versions"         | "TLSv1.2"                                         | 
463463| "dbms.ssl.policy.cluster.trust_all"            | "false"                                           | 
464464| "dbms.ssl.policy.cluster.trusted_dir"          | "/var/lib/neo4j/certificates/cluster/trusted"     | 
465- | "dbms.ssl.policy.cluster.verify_hostname"      | "false "                                           | 
465+ | "dbms.ssl.policy.cluster.verify_hostname"      | "true "                                           | 
466466| "dbms.ssl.policy.https.base_directory"         | "/var/lib/neo4j/certificates/https"               | 
467467| "dbms.ssl.policy.https.ciphers"                | "No Value"                                        | 
468468| "dbms.ssl.policy.https.client_auth"            | "NONE"                                            | 
@@ -474,7 +474,7 @@ neo4j@server-1-0:~/bin$ SHOW SERVERS;
474474| "dbms.ssl.policy.https.tls_versions"           | "TLSv1.2"                                         | 
475475| "dbms.ssl.policy.https.trust_all"              | "false"                                           | 
476476| "dbms.ssl.policy.https.trusted_dir"            | "/var/lib/neo4j/certificates/https/trusted"       | 
477- | "dbms.ssl.policy.https.verify_hostname"        | "false "                                           | 
477+ | "dbms.ssl.policy.https.verify_hostname"        | "true "                                           | 
478478+----------------------------------------------------------------------------------------------------+ 
479479
48048037 rows 
0 commit comments