Re: [exim] disable tls_verify_cert_hostnames?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Graeme Fowler
日付:  
To: 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