cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Driver - need encrypted = false

As I understand it, Version 4 now has encryption off by default, and the version 1.7 drives have encryption on by default. So the HelloWorldExample is now broken.

How do I set encryption = false in my code when creating the driver instance

Thx

1 REPLY 1

Solved

_Driver = GraphDatabase.Driver(uri, AuthTokens.Basic(user, password), Config.Builder.WithEncryptionLevel(EncryptionLevel.None).ToConfig());