Earlier quoted context omitted.
I just tried to use it via the Java API (using the dockerized memgraph and neo4j driver, as indicated in your page), but there seems to be some SSL issues (self-signed certs). If I disable the SSL when running memgraph, it seems to connect, but the neo4j driver complains about it being an "unknown server". These checks are present in the newer neo4j drivers. Is the Java API supposed to be used with an older neo4j dri…
What is the exact Bolt driver version? Memgraph v1.1 works with Bolt v1, and the last working version of Java Bolt driver is v1.6.4. Memgraph v1.2 is going to be released soon and it will include support for Bolt v4.1. Could you please provide more details about the actual setup?
Re: Memgraph DB 1.1
#11Oh, ok, that must be the issue, then. The driver I have is 4.1.1. I'll check out 1.6.4 later today and give that a go.