Skip to main content

LDAPS and adding new CA to trust store

Comments

2 comments

  • verdon
    Just to follow up here, in case anyone else stumbles across this... I had a couple issues and discovered a few things. Ultimately, there's a file at /etc/openldap/ldap.conf
    It has a configuration for TLS_CACERTDIR /etc/openldap/cacerts
    which was wrong. That directory didn't even exist. Once that was corrected and my CA was being recognized, I realized I had a name mismatch in the SSL cert (I was trying to connect via IP address and the cert was based on a name). Although I'll probably put an entry in my /etc/hosts file for now, as the name in the cert is an internal only name and not a FQDN, I also discovered that you can put the following in the ldap.conf file for blind trust. TLS_REQCERT allow
    Most of the pointers I found were in
    0
  • cPanelMichael
    Hello @verdon, Thanks for taking the time to share the outcome here. I've marked this thread as SOLVED.
    0

Please sign in to leave a comment.