On Wed, Jul 06, 2005 at 03:59:35PM -0400, James Craig wrote: > TLS trace: SSL_accept:before/accept initialization > TLS trace: SSL_accept:error in SSLv2/v3 read client hello A > TLS: can't accept. > TLS: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol > s23_srvr.c:594 > connection_read(12): TLS accept error error=-1 id=46, closing
This sort of error is typically logged when a client tries to talk non-TLS LDAP to a server which is expecting a TLS negotiation immediately on connect. > My ldap_client_file looks like this: > > NS_LDAP_FILE_VERSION= 2.0 > NS_LDAP_SERVERS= 129.21.36.128:636 I don't know this particular file format, but there I can see that you have told it to connect to an LDAP server on port 636, but I can't see anywhere that you say it should use TLS for the connection. Have a look in the documentation and see if you can find a way to do that. HTH, Brian. --- You are currently subscribed to ldap@umich.edu as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.