check_ldap will not establish TLS connection
check_ldap will not establish TLS connection
Happens since configuration file for libldap specifying the location of the system certificate store is missing. Fixed by installing either:
libldap-common
- providing
/etc/ldap/ldap.conf
configuration file - environment variable
TLS_CACERT
pointing toca-certificates.crt
.