Re: SV: Problem with ssl and psql in Postgresql 13

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gustavsson Mikael <mikael(dot)gustavsson(at)smhi(dot)se>
Cc: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>, "Svensson Peter" <peter(dot)svensson(at)smhi(dot)se>
Subject: Re: SV: Problem with ssl and psql in Postgresql 13
Date: 2020-12-17 14:20:01
Message-ID: 65644.1608214801@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gustavsson Mikael <mikael(dot)gustavsson(at)smhi(dot)se> writes:
> Clarification, its the same postgresql13 server. I just connect with different psql-clients.

Perhaps turning on log_connections on the server would offer some
insight. It sort of looks like the v13 client is trying to connect
with SSL, failing for some unknown reason, and falling back to non-SSL
which also fails.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joel Jacobson 2020-12-17 14:32:09 Raise exception without using plpgsql?
Previous Message Gustavsson Mikael 2020-12-17 09:11:13 SV: Problem with ssl and psql in Postgresql 13