Re: TLS wrrors on cyrus imapd log file

2012-09-24 Thread Andrew Morgan
The code block which generates the log error is: if ((!SSL_CTX_load_verify_locations(s_ctx, CAfile, CApath)) || (!SSL_CTX_set_default_verify_paths(s_ctx))) { /* just a warning since this is only necessary for client auth */ syslog(LOG_NOTICE,"TLS server engine: cann

Re: TLS wrrors on cyrus imapd log file

2012-09-20 Thread Riccardo Veraldi
these are my settings tls_cert_file: /etc/pki/tls/certs/iride.pem tls_key_file: /etc/pki/tls/private/iride.key tls_ca_file: /etc/pki/CA/INFN-CA.pem On 9/20/12 8:15 PM, Andrew Morgan wrote: > On Thu, 20 Sep 2012, Riccardo Veraldi wrote: > >> Hello, >> I am using cyrus-imapd-2.4.10 >> >> I have co

Re: TLS wrrors on cyrus imapd log file

2012-09-20 Thread Andrew Morgan
On Thu, 20 Sep 2012, Riccardo Veraldi wrote: > Hello, > I am using cyrus-imapd-2.4.10 > > I have configured it properly with X509 certificates. > Everything is working fine but for every client connection I receive > this error: TLS server engine: cannot load CA data > > Sep 16 04:04:42 iride imap

TLS wrrors on cyrus imapd log file

2012-09-20 Thread Riccardo Veraldi
Hello, I am using cyrus-imapd-2.4.10 I have configured it properly with X509 certificates. Everything is working fine but for every client connection I receive this error: TLS server engine: cannot load CA data Sep 16 04:04:42 iride imaps[9363]: TLS server engine: cannot load CA data Sep 16 04:0