[Pkg-openldap-devel] Bug#502815: TLSCACertificateFile
bugs at shiva.hostoffice.hu
bugs at shiva.hostoffice.hu
Mon Oct 20 07:58:25 UTC 2008
I did other test.
my server is working fine with following configuration:
TLSCACertificateFile /etc/ldap/certs/master.crt
TLSCertificateFile /etc/ldap/certs/master.crt
TLSCertificateKeyFile /etc/ldap/master.key
TLSVerifyClient true
i'm using openssl for test:
openssl s_client -connect 127.0.0.1:636 -key master.key -cert
certs/master.crt
but didn't work with TLSCACertificatePath:
TLSCACertificatePath /etc/ldap/certs
TLSCertificateFile /etc/ldap/certs/master.crt
TLSCertificateKeyFile /etc/ldap/master.key
TLSVerifyClient true
More information about the Pkg-openldap-devel
mailing list