Open likered opened 6 years ago
Looks like I may have had an older version of NGINX. I have just tried 1.12.2 and it worked flawlessly.
But still wondering why it would do that for 1.9.9 though.
I think you need --with-http_ssl_module
in your configure
or ldaps will never work. I'm not sure why using a new version would change anything... could be a change to how configure works I guess.
I built my nginx from source using the following:
(not sure if it means much, but no gzip)
ldap_server block:
server block:
What seems to be the issue? I see that ldaps is supported from the README.md, but for some reason mine is not cooperating.
nginx version: 1.9.9
Thank you!