Re: [exim] Encrypted SSL connection to remote PostgreSQL clu…

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Encrypted SSL connection to remote PostgreSQL cluster
On 10/09/2021 01:31, Patrick via Exim-users wrote:
> Before I spend too much time trying to figure this out, is it possible to configure my PostgreSQL connection to use passwordless certificate based authentication?


Nope. We're using what seems to be an older API for the client-connection
which does not support SSL. A wishlist-level bug would be appropriate.

> I suppose another option, if possible, would be to export the relevant $PG* environment variables if Exim can somehow be told to use them?


No; we don't call an intermediate process for this connection.
--
Cheers,
Jeremy