On Mon, Mar 16, 2009 at 11:30:41AM +0100, Arnaud Launay wrote:

> Hello there,
> 
> Investigating a strange thing with postfix:
> 
> Mar 16 10:37:40 host postfix/smtpd[27618]: warning: TLS library problem: 
> 27618:error:0B07C065:x509 certificate routines:X509_STORE_add_cert:cert 
> already in hash table:x509_lu.c:348:

Don't list any certificate twice in $smtpd_tls_cert_file or
$smtpd_tls_CAfile. What are the certificates that appear in the two files?

> host ~ # openssl s_server -verify 5 -CApath /etc/ssl/certs -cert 
> /etc/ssl/test.pem -key /etc/ssl/test.pem -accept 2525             

Make sure that you don't have duplicate certificate files in /etc/ssl/certs, 
that differ only in the file name, run c_rehash(1) to cleanup any stale 
symlinks.

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to