Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client-authenticated TLS connection #377

Closed
msemenistyi opened this issue May 24, 2018 · 6 comments · Fixed by #1183
Closed

Client-authenticated TLS connection #377

msemenistyi opened this issue May 24, 2018 · 6 comments · Fixed by #1183
Assignees

Comments

@msemenistyi
Copy link

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.

@lutovich
Copy link
Contributor

Hi @msemenistyi,

TLS with client authentication is currently not supported by the drivers. Thus the only supported value for client_auth is NONE in the SSL policy used for Bolt. We will most probably add this feature but I do not have any estimates.

@technige
Copy link
Contributor

@technige
Copy link
Contributor

@brainwave
Copy link

Hi, is there any update on this feature since?

@bigmontz
Copy link
Contributor

Hi @brainwave, this feature is planned for the first half of this year.

@bigmontz bigmontz self-assigned this Feb 21, 2024
@bigmontz bigmontz linked a pull request Feb 21, 2024 that will close this issue
@bigmontz
Copy link
Contributor

bigmontz commented Mar 7, 2024

It will be release at 5.19.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants