Closed
Description
Hi! I'm struggling to understand if it is possible to connect to the Neo4j instance which has SSL configured and the client_auth
option enabled.
From the source code
https://github.com/neo4j/neo4j-javascript-driver/blob/1.7/src/v1/internal/ch-node.js
I see that the client certificates are never uploaded (https://nodejs.org/docs/latest-v8.x/api/tls.html#tls_tls_connect_options_callback - key and cert from the example) but maybe I am missing something?
Thanks.