* Darren Boss <darren.boss at computecanada.ca> [2017-12-05 16:29]: > Here are my ldap settings: Could you just post the cert chain the server sends? E.g. $ openssl s_client -CApath /etc/ssl/certs/ -connect yourserver:ldaps \ < /dev/null 2>/dev/null | fgrep -A10 'Certificate chain' -peter