Re: [exim] disable tls_verify_cert_hostnames?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Graeme Fowler
Ημερομηνία:  
Προς: exim-users@exim.org
Αντικείμενο: Re: [exim] disable tls_verify_cert_hostnames?
On 31 May 2018, at 18:01, Emanuel Gonzalez via Exim-users <exim-users@???> wrote:
> any ideas?


You appear to have obfuscated the original error (the MX for blabla.com doesn’t offer STARTTLS, for example), and you’ve not given details of the server you’re connecting to or your configuration, so I’d guess that the people who *could* help have had different things to do.

Your “certificate” output doesn’t match the certificate in the error message (different issuer), and without details of context - incoming, outgoing, configuration - it’s difficult to help you further.

Alternatively, if you really don’t care about certificate warnings/verification stuff, use:

log_selector = -tls_certificate_verified

Graeme