Autor: Adrian Zaugg Datum: To: exim-users Betreff: Re: [exim] present client certificate on server->server connection
After some testing I found:
tls_certificate and tls_privatekey in the transport section and in the
main configuration do not behave the same what concerns file access, at
least in 4.84_2:
In opposition to the transport section in the main configuration it
- works with symlinks along the way
- works with certs/keys outside exim's confdir
Both provoke the error "Error while reading file." for the option
appearing in the smtp transport.
(Furthermore checktls.com's TestSender page does not recognize a client
cert properly, it seems to always write "Subject Name: undefined").
Is this behaviour the same in 4.91+? Is there a reason for the option to
behave differently?