Hi Mark,
On 2024-03-20 14:26 +0100, mark bradley wrote:
> I am getting the following error message during install of PEM while
> installing Posgres.
>
> [cid:da2b6d5e-c3b0-430a-98e0-dac72d0aba23]
Please include error messages as plain text. For reference, screenshot
says: "psql: error: connection to server at "localhost" (::1), port 5433
failed not support SSL, but SSL was required".
> How can I fix this?
Connect with sslmode=prefer :
https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-SSLMODE-STATEMENTS
--
Erik