Hi!
I tried to follow the instructions to set up a certificate on Neo4j server:
https://neo4j.com/docs/operations-manual/current/security/ssl-framework/
I am using Neo4j Java driver and setting the trust strategy as follows:
ConfigBuilder builder = C...