Anyone have evolution connecting to a severn included openldap 2.1.22 server over either tls or plain ldaps? I keep getting
TLS trace: SSL3 alert read:fatal:unknown CA TLS trace: SSL_accept:failed in SSLv3 read client certificate A TLS: can't accept. TLS: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca s3_pkt.c:1052 connection_read(7): TLS accept error error=-1 id=0, closing
errors. When I connect using openssl s_client -state -debug -connect localhost:ldaps, it connects fine. I have the minimum three tls lines defined:
TLSCACertificateFile /usr/share/ssl/certs/ca-bundle.crt TLSCertificateFile /usr/share/ssl/certs/slapd.pem TLSCertificateKeyFile /usr/share/ssl/certs/slapd.pem
and the permissions are all correct.
Thanks,
tjb