> The below packet logs show that when the Apache server attempts to > bind to LDAPS, it successfully establishes the TCP connection to port > 636 (syn, syn-ack, ack) and then immediately tears down the connection > (fin-ack, ack, fin-ack, ack). This cycle repeats 7 times in extremely > quick succession (0.01 s) with no higher-layer payload being > transferred; the Apache server does not even move into SSL/TLS > negotiation. The 7 connect => teardown actions seem to correspond to > the 7 log events. The final log message "Can't contact LDAP server" is > ironic given that the Apache server itself does not go to SSL and > initiates the connection teardown instead. There's a tiny module that lets you turn on LDAP_OPT_DEBUG which might reveal why the LDAP library is returning an error before seemingly even handshaking on the connection http://people.apache.org/~covener/ldap/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx