You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like TLS mode not working even on older versions of Neo4j. Not sure if it ever worked but I'll investigate some more. If you know how to fix it, feel free to submit a PR with some tests.
@tim-hanssen Did you manage to set up a testing environment? I'm having issues launching Neo4j with tls mode. I have created a self signed certificate and set dbms.ssl.policy.bolt.enabled=true and it looks like Neo4j is reading the certificate file because it fails to start if it can't read the file due to permissions. I'm testing ssl connection with openssl command: openssl s_client -connect localhost:7687 and it looks like Neo4j is still operating in non tls mode. Do you have a working set up? (preferably docker)
Hi all,
I'm trying to setup a BOLT connection to a Neo4j 4.1.4 server using BOLT TLS encrytion on REQUIRED.
The neo4j logs are reporting a unencrypted connection. Any suggestions?
The text was updated successfully, but these errors were encountered: