[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Tsl Configuration
- To: openldap-software@OpenLDAP.org
- Subject: Tsl Configuration
- From: Benoit LEROYER <benoit@gide.net>
- Date: Tue, 04 Jun 2002 13:18:55 +0200
- User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1
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
------------------------------------------