Apache return 500 error with authentication by LDAP secure port (ldaps)

0
We are setting up GitStack to run with our ldap server and it connects successfully however when we change the ldap protocol to ldaps, Apache gives us “HTTP/1.1″ 500 25″ error in the access log. After turning on the ldap trace we get the following:
    • TLS certificate verification: Error, unable to get local issuer certificate
    • TLS trace: SSL3 alert write:fatal:unknown CA
    • TLS trace: SSL_connect:error in SSLv3 read server certificate B
    • TLS trace: SSL_connect:error in SSLv3 read server certificate B
    • TLS: can’t connect: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
    • verify failed (unable to get local issuer certificate).

Our GitStack installed version 2.2.22 of Apache. Has this version of Apache been verified to work with

GitStack and ldaps?

Tags: asked October 18, 2012

1 Answer

0
Thanks maxwell for your feedback. Could you create an issue in the bug tracker? Please add as much info as possible on it (GitStack version, Ldap configuration, etc.)

Your Answer

Please login to post questions.