-
Notifications
You must be signed in to change notification settings - Fork 202
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
Is communication between nginx and ldap-auth encrypted? #77
Comments
As you may see from configuration. proxy_pass to http url is used to communicate with auth daemon. |
Thanks @vl-homutov Would you accept a PR to add support in setting up HTTPS using args? (only if passed, ssl is added) |
Well, it will depend on impact, but in general, I have no objections for optional tls configuration for daemon, unless it complicates things unnecessary. Anyway, this project is an example implementation, feel free to do whatever you want and share results with everyone, even it may be possibly rejected. |
Why don't you just use nginx as SSL proxy to this service? So your nginx will communicate with another nginx, which is just a proxy to this service. |
@mclei-asw Using nginx to improve nginx - I love how I would have never thought of that. :-D |
Hello,
I couldn't help but noticing that traffic between nginx and ldap-auth contains the most sensitive info (passwords) but nowhere in the docs I see any reference to whether if the channel is encrypted or not.
I can only assume that it isn't, as I didn't provide certificate...
Anyone knows anything about it? Can I provide a certificate and enforce HTTPS?
Thanks!
The text was updated successfully, but these errors were encountered: