We have a few later Rocky 8 servers, where TLS and DKIM etc all work fine
(so I think in general config ok).
However, I'm trying to compile Exim 4.97 on a couple of older Centos
servers with TLS (fine on older versions of exim without TLS).
However, I get an error
tls.o: In function `tls_client_
On 12/12/23 15:44, Ian B via Exim-users wrote:
My digging isn't really coming up with anything useful, can anyone point me
in the right direction ?
What TLS library and version of library?
If it's LibreSSL you may be out of luck
--
Cheers,
Jeremy
--
## subscription configuration (requires
> I'm trying to compile Exim 4.97 on a couple of older Centos
> servers with TLS (fine on older versions of exim without TLS).
>
> However, I get an error
>
> tls.o: In function `tls_client_stapling_cb':
> tls.c:(.text+0x3315): undefined reference to `SSL_get0_chain_certs'
man SSL_get0_chain_cer
Thanks, default was OpenSSL 1.0.1e-fips however, I've just tried compiling
a new OpenSSL 1.1.1w, (output below), but weirdly I get an error when
testing sending a message with it...
exim: malformed message id 1rDlww-2Hg-16uR after -Mc option
Library version: Glibc: Compile: 2.12
On Thu, Dec 14, 2023 at 02:03:30PM +, Ian B via Exim-users wrote:
> Thanks, default was OpenSSL 1.0.1e-fips however, I've just tried
> compiling a new OpenSSL 1.1.1w, (output below), but weirdly I get an
> error when testing sending a message with it...
> exim: malformed message id 1rDlww-000
Thanks. This is possible, the old version is still installed, but I was
testing direct from the compiled binary directory assuming (probably
incorrectly by the sounds of things) it was self contained except for the
config.
Is there a way to test without the other in conflict, or do you have to go