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

How to declare LDAPTLS_REQCERT=never in configuration #39

Open
kgrvamsi opened this issue Apr 2, 2020 · 4 comments
Open

How to declare LDAPTLS_REQCERT=never in configuration #39

kgrvamsi opened this issue Apr 2, 2020 · 4 comments

Comments

@kgrvamsi
Copy link

kgrvamsi commented Apr 2, 2020

How to declare LDAPTLS_REQCERT=never in paddle configuration?

@minijackson
Copy link
Owner

From the documentation of ldap.conf, I see that this options means:

The client will not request or check any server certificate

I'm not sure about not requesting the certificate, but you can ignore certificate verification errors.

Does putting {:verify, :verify_none} in the :sslopts works for you?

You can also look at the ssl erlang module for more options.

@minijackson
Copy link
Owner

Any updates @kgrvamsi ?

@kgrvamsi
Copy link
Author

kgrvamsi commented Apr 9, 2020

@minijackson sorry for my late reply ....because of COVID the ldap server that i'm working on is down so trying to fix the issue and once i get it back will test it and let you know (assuming by tomorrow i get some answer)

@minijackson
Copy link
Owner

No worries, stay safe ❤️

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