Page 1 of 1

Exim TLS error sender "error:14094418:SSL routines:SSL3_READ_BYTES"

Posted: Wed Oct 19, 2016 4:29 am
by hieunhan1
I've been having some issues with mail going to local domains. Mail going to and from external domains works just fine. However, sending mail from one local domain to another always gives the following errors.

==> /var/log/exim/main.log
2016-10-19 11:26:29 TLS error on connection from mail.dayamthuc.vn (id.dayamthuc.vn) [123.31.41.31] (SSL_accept): error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca
2016-10-19 11:26:29 TLS client disconnected cleanly (rejected our certificate?)
2016-10-19 11:26:31 TLS error on connection from sv.goweb247.com (id.dayamthuc.vn) [123.31.41.31] (SSL_accept): error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca
2016-10-19 11:26:31 TLS client disconnected cleanly (rejected our certificate?)
Please help me.

Re: Exim TLS error sender "error:14094418:SSL routines:SSL3_READ_BYTES"

Posted: Wed Oct 19, 2016 6:54 am
by skurudo
If the server sends you a TLS alert unknown ca like in this case then the server does not accept the client certificate you have send. One reason for this might be that you have used the wrong certificate. Another reason might be that you've used the correct certificate but failed to add the necessary chain certificates.

Re: Exim TLS error sender "error:14094418:SSL routines:SSL3_READ_BYTES"

Posted: Wed Oct 19, 2016 8:54 am
by hieunhan1
Image
Image

Somehow overcome
Please help me.