On Sat, Oct 07, 2023 at 10:22:28PM -0700, AC via Exim-users wrote: > As for disabling the TLS or at least disabling the server certificate check, > which parameter is handling that? > > I was guessing tls_verify_certificates does that but doesn't seem to solve > the problem.
Your configuration enforces check of exim's self-signed certificate against repository from standart distribution, so this check predictable fails. Unset tls_verify_certificates to disable certificate verification. -- Eugene Berdnikov -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
