Re: SSL error on install of PEM during Posgres install

From: Erik Wienhold <ewie(at)ewie(dot)name>
To: mark bradley <markbradyju(at)outlook(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: SSL error on install of PEM during Posgres install
Date: 2024-03-20 14:43:31
Message-ID: uu5bsr52yp5pxrowiqefdzue5xswfannqkbmzuk6xtlr6cpzgz@ogsic4iusb5o
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Celia McInnis 2024-03-20 14:58:00 Dropping a temporary view?
Previous Message mark bradley 2024-03-20 13:26:29 SSL error on install of PEM during Posgres install