I am trying to set up an OpenLDAP passthrough authentication to another server.
When I do testsaslauthd with simple ldap:// the test works fine. When I try with ldaps:// it fails.
ldap_simple_bind() failed -1 (Can't contact LDAP server)
I can telnet the ldaps port of the server so there isn't a case of the server being unavailable or my firewall blocking something...
Any clues?