At Sat, 26 Mar 2011 08:08:36 +0200, Mark wrote: > 1) I have starttls enabled on the ldap server and confidentiality is > required for authentication. I have added > <key>encryption</key><string>STARTTLS</start> to the GNUSteps Defaults > file. I have also edited /etc/openldap/ldap.conf to point to the > location of the ca certificate that signed the server cert. The > ldapearch utility works fine as follows: > > ldapsearch -h www.linuxcertification.co.za -D > uid=mark,ou=People,dc=linuxcertification,dc=co,dc=za -W -ZZ -x > > But when SOGo tries to connect the ldap log file show the client > connecting and then dropping the connection as follows:
I also had the same problem and it turned out that the hostname I specified in the SOGo configuration wasn't the same as the CN in the certificate of the LDAP server. SOGo's error messages aren't really useful in that case and writing a patch for that is somewhere on my TODO list... -- [email protected] https://inverse.ca/sogo/lists
