We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 256016d + 470c5ad commit 05444a6Copy full SHA for 05444a6
neo4j/config.py
@@ -49,9 +49,9 @@
49
50
default_config = {
51
"auth": None, # provide your own authentication token such as {"username", "password"}
52
- "encrypted": True,
+ "encrypted": None, # default to have encryption enabled if ssl is available on your platform
53
"trust": TRUST_DEFAULT,
54
- "der-encoded_server_certificate": None,
+ "der_encoded_server_certificate": None,
55
56
"user_agent": DEFAULT_USER_AGENT,
57
0 commit comments