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
{{ message }}
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.
How about this as note at the bottom of each Driver page?
****
[NOTE]
From Neo4j version 4.0 and onwards, the default encryption setting is *off* by default and Neo4j will no longer generate self-signed certificates when none is provided.
When connecting to a Neo4j server with encryption enabled, you must use the `neo4j+s` scheme for a trusted certificate or `neo4j+ssc` for a self-signed certificate.
- https://neo4j.com/docs/operations-manual/4.0/security/ssl-framework/[SSL Framework settings^]
- https://neo4j.com/docs/migration-guide/4.0/upgrade-driver/#_configure_ssl_policy_for_bolt_server_and_https_server[More information on configuring an SSL policy^].
- https://medium.com/neo4j/getting-certificates-for-neo4j-with-letsencrypt-a8d05c415bbd[How to generate certificates for Neo4j with Letsencrypt^]
****
And use text links in the text not plain urls perhaps? If there is no cert then they need to turn encryption off right? Which is the case in desktop and docker or?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Something along the lines:
The text was updated successfully, but these errors were encountered: