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
I'm unable to connect to Neo4j instances that require client certificate authentication. The current TLS configuration options only support:
Server certificate validation via CA certificate
Skipping SSL validation (insecure)
No encryption
This prevents usage of neo4rs in environments requiring mutual TLS authentication.
Request:
Add method to configure client certificate + private key: