Hi
 
I had installed OpenSSL on Hp UX11.00 because I want to use it for an LDAP connection. I'm using OpenLDAPv2.0 and an LDAP client. When I run slapd (the LDAP's daemon) with debug I read the following messages. I think server break connection because it not receive client's certificate (Is it true?). In this case can you help me about how I can configure ssl to not require Client certificate?.
 
 
@(#) $OpenLDAP: slapd 2.0.15-Release (Tue Oct  9 10:27:48 METDST 2001) $
        @rh0009:/users/michele/PACKAGE/openldap-2.0.15/servers/slapd
daemon_init: listen on ldap://
daemon_init: listen on ldaps://
daemon_init: 2 listeners to open...
ldap_url_parse_ext(ldap://)
daemon: initialized ldap://
ldap_url_parse_ext(ldaps://)
daemon: initialized ldaps://
daemon_init: 2 listeners opened
slapd init: initiated server.
slapd startup: initiated.
slapd starting
connection_get(8): got connid=0
connection_read(8): checking for input on id=0
TLS trace: SSL_accept:before/accept initialization
TLS trace: SSL_accept:SSLv3 read client hello A
TLS trace: SSL_accept:SSLv3 write server hello A
TLS trace: SSL_accept:SSLv3 write certificate A
TLS trace: SSL_accept:SSLv3 write server done A
TLS trace: SSL_accept:SSLv3 flush data
TLS trace: SSL_accept:error in SSLv3 read client certificate A
TLS trace: SSL_accept:error in SSLv3 read client certificate A
TLS: can't accept.
connection_read(8): TLS accept error error=-1 id=0, closing
connection_closing: readying conn=0 sd=8 for close
connection_close: conn=0 sd=8
 
 
 
Ciao, Fabio

Reply via email to