Redmine LDAPS Authentication
Added by Paul Ficheux about 3 years ago
Hello all,
I've recently updated Redmine to 4.1.4.stable.
When I test top connect to my LDAP server over LDAPS through redmine admin page, I've this error message:
Connexion impossible (SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate))
When I try this in CLI on my redmine server, it's ok:
ldapsearch -ZZ -h "myldap" -D "myuser" -W -b DC=xxxx,DC=xxxxx,DC=xxxx.
So where redmine try to get the certificate?
Regards,
Paul
Replies (1)
RE: Redmine LDAPS Authentication - Added by Warren Kerrigan almost 3 years ago
Hi Paul
Did you ever resolve this issue? I have ldapsearch working and I can authenticate on other platforms. However, in Redmine, I can't see where to set the client certificate to authenticate requests.
Regards
Warren