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

Skip SSL verification #47

Open
nvlan opened this issue Jul 21, 2023 · 2 comments
Open

Skip SSL verification #47

nvlan opened this issue Jul 21, 2023 · 2 comments

Comments

@nvlan
Copy link

nvlan commented Jul 21, 2023

Please answer these questions before submitting your issue. Thanks!

What version of Cassandra are you using?

4.0.10

What version of Cassandra LDAP are you using?

v4.0.7-1.0.0

What LDAP server you are using? Any specifics?

Windows AD

Hello, I'm trying to bind to an LDAP server that uses a self-signed certificate, I was wondering if there was any config option for the LDAP plugin to skip certificate verification, since everything works on plain-text port 389 but switching to port 636 the bind fails.
Thank you!

@smiklosovic
Copy link
Collaborator

Hi @nvlan

there is no such parameter yet. We can definitely make it happen if you come up with a solution how to do this.

@nvlan
Copy link
Author

nvlan commented Jul 27, 2023

Hello @smiklosovic

Unfortunately I lack the skills in java to contribute with code, I can only go as far as to tell that this would be the line that tries to connect (based solely on the error message that I receive).
I did try to add this self-signed certificate to the truststore that I'm using, but still the LDAP connection fails to happen if I use SSL.

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

No branches or pull requests

2 participants