[Date Prev][Date Next] [Chronological] [Thread] [Top]

Tsl Configuration



I've compiled a ldap server with --with-tls

i've generated key like this :
/usr/bin/openssl req -newkey rsa:1024 -keyout tempfile1 -nodes -x509 -days 365 -out tempfile2
cat tempfile1 > ldap.pem
echo "" >> ldap.pem
cat tempfile2 >> ldap.pem
rm -f tempfile1 tempfile2


i've append in my slapd.conf :

TLSCipherSuite HIGH:MEDIUM:+SSLv2
TLSCertificateFile /usr/share/ssl/certs/slapd.pem
TLSCertificateKeyFile /usr/share/ssl/certs/slapd.pem

I've stop slapd daemon and i'v restart like this

/usr/local/libexec/slapd -f /usr/local/etc/openldap/slapd.conf -h "ldaps://benzecri/" -d 9

I can see ldapssl protocol on benzecri server
But when i have the following message

TLS trace: SSL_accept:error in SSLv3 read client certificate A
TLS trace: SSL_accept:error in SSLv3 read client certificate A

?

Thanks

--
------------------------------------------
Benoit LEROYER - G.I.D.E (benoit@gide.net)
Tél : 02.40.89.92.87
Web : http://www.gide.net
------------------------------------------