OpenLDAP server logs filled with "TLS negotiation failure"

Posted by WildVelociraptor on Server Fault See other posts from Server Fault or by WildVelociraptor
Published on 2013-11-06T15:50:33Z Indexed on 2013/11/06 15:56 UTC
Read the original article Hit count: 277

Filed under:
|

I recently migrated an old OpenLDAP setup to a newer server, with a more robust certificate setup. Currently, most hosts are required to verify the cert matches the host:

    tls_checkpeer yes
    TLS_REQCERT always

In the server logs, there are multiple occurences of:

    Nov  6 10:45:08 <servername> slapd[1773]: conn=2785646 fd=35 closed (TLS negotiation failure)

These errors appear from multiple hosts, but there don't seem to be any issues actually logging into those servers with an LDAP account. Does anyone know what would cause these errors?

The server is running Ubuntu 12.04.2, and OpenLDAP version 2.4.28. The cert was generated using GnuTLS.

© Server Fault or respective owner

Related posts about openldap

Related posts about tls