Hi all,
We are using the NODEJS neo4j driver to connect to a neo4j community instance neo4j:4.1.2.
That instance is configured to use BOLT with SSL:
dbms.default_listen_address=0.0.0.0
# BOLT Connector
dbms.connector.bolt.tls_level=REQUIRED
dbms.ssl....