-
Notifications
You must be signed in to change notification settings - Fork 155
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
Introduce mTLS support #1543
Introduce mTLS support #1543
Conversation
a60f851
to
24d9311
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was following the code and I didn't find the place where the hasUpdate is set to false so the SSLContextManager can stop to reload the same certificate when used in combination with the RotatingClientCertificateManager.
driver/src/main/java/org/neo4j/driver/internal/security/SSLContextManager.java
Outdated
Show resolved
Hide resolved
Please note that this feature is in preview.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔐
driver/src/main/java/org/neo4j/driver/internal/InternalRotatingClientCertificateManager.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔐
Please note that this feature is in preview.