Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-30-2020 09:26 AM
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
01-31-2020 10:11 AM
Solved
_Driver = GraphDatabase.Driver(uri, AuthTokens.Basic(user, password), Config.Builder.WithEncryptionLevel(EncryptionLevel.None).ToConfig());
All the sessions of the conference are now available online