kvspb / nginx-auth-ldap

LDAP authentication module for nginx
BSD 2-Clause "Simplified" License
731 stars 251 forks source link

curl: (52) Empty reply from server if the first ldap server is unavailable #115

Open bbigras opened 8 years ago

bbigras commented 8 years ago

I have multiple ldap servers like this:

        auth_ldap_servers ldap1;
        auth_ldap_servers ldap2;

Right now the first ldap server is down and I can't access my web sites anymore.

With curl I get curl: (52) Empty reply from server.