LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Verify return code: 19 (self signed certificate in certificate chain) (https://www.linuxquestions.org/questions/linux-server-73/verify-return-code-19-self-signed-certificate-in-certificate-chain-937017/)

tikit 03-29-2012 02:30 AM

Verify return code: 19 (self signed certificate in certificate chain)
 
Hi all,

I would like to get rid off the "Verify return code: 19 (self signed certificate in certificate chain)" message when connecting to my imap server via SSL.

The server ssl certificate is issued by Thawte CA and the CA certificate is stored in /etc/ssl/certs/thawte.pem. When I run

Code:

s_client -connect imap.mydomain.com:993 -showcerts -CApath /etc/ssl/certs
The error message disappears, so it seems to me that default path where openssl searches for CA certificates is different.

Is there a way how to make openssl to look up the /etc/ssl/certs directory by default?

Thanks for helping in advance

hydraMax 04-10-2012 05:21 PM

I'm not certain, but I think you have some problem in you imap server configuration. What imap server software are you using? What are its current SSL/TLS settings?


All times are GMT -5. The time now is 01:58 AM.