Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-20-2021 08:29 PM
We are having a graph database which supports only bolt protocol version 1. I am trying to use the GitHub - neo4j/neo4j-go-driver: Neo4j Bolt Driver for Go for my use case(building a cli)
But it gives error as : Server did not accept any of the requested Bolt protocol version
Even the older versions(1.8.3) of go driver gives the same error. Am I missing something here ? or this driver not support bolt protocol version 1 at all ?
12-21-2021 01:18 AM
Hello,
If I'm not mistaken, Bolt protocol v1 was released for Neo4j server 3.0.
Neo4j 3.0 has been outdated for a very long time, so you should at least upgrade to 3.5 which is going to be maintained for a few more months and will work with recent drivers. Not upgrading the server is a security liability.
Maybe the Go driver 1.7.4 will work, but same warning as before: these versions are not maintained anymore and are built on top on an unmaintained C library (seabolt).
12-26-2021 04:18 AM
Which version of Neo4j server are you using?
All the sessions of the conference are now available online