Hi,
We’ve got LDAP integration turned on (and this works fine) but can not get SSL to work properly. The first part of our config/auth_config.yml file looks like this:
basic_authentication_enabled: true
basic_authentication: ldap
authentication: ldap
ldap_settings:
ldapusessl: true
ldaptruststore: our path
ldapserver: our hostname
Anybody got an idea how to make SSL work?
/Lisa
Comments
4 comments
Hi Lisa,
Do you mind sending the support team an email with the details at support@thoughtworks.com ? We'll help you resolve your issue and post the solution back to the community site.
Hi Cliff,
No problem I'll do that asap!
/Lisa
Now we've managed to solve this
Run keytool to install self-signed certificate to <mingle_installed_directory>/jre/lib/security/cacert
Import the certificates from the ldap servers to the jetty keystore <mingle_installed_directory/keystore>
Easy when you know how...
/Lisa
Hey Lisa
Thanks for updating the community with this fix. It definitely helps other people resolve their issues.
Thanks for giving back :)
- Suzie
Please sign in to leave a comment.