[exim] Before update exim to 4.90, TLS/SSL connection not wo…

Top Page
Delete this message
Reply to this message
Author: Emanuel Gonzalez
Date:  
To: exim-users@exim.org
Subject: [exim] Before update exim to 4.90, TLS/SSL connection not work
Hello, i update my exim version 4.87 to 4.90, the plain authenticacion work good, but not SSL or TLS connections.


In the MakeFile i set this:


AUTH_PLAINTEXT=yes
AUTH_TLS=yes
SUPPORT_TLS=yes
USE_OPENSSL_PC=openssl
TLS_LIBS=-lssl -lcrypto
TLS_INCLUDE=-I/usr/lib64/


The certificate it's self-signed, but i agre them in the thunderbird exceptions.

Exim log this error:

2018-02-22 14:24:20 TLS error on connection from [200.58.112.191] (SSL_accept): error:00000000:lib(0):func(0):reason(0)
2018-02-22 14:24:26 TLS error on connection from [200.58.112.191] (SSL_accept): error:00000000:lib(0):func(0):reason(0)

any sugestions?