Re: SV: Problem with ssl and psql in Postgresql 13 - Mailing list pgsql-general

From Tom Lane
Subject Re: SV: Problem with ssl and psql in Postgresql 13
Date
Msg-id 65644.1608214801@sss.pgh.pa.us
Whole thread Raw
In response to SV: Problem with ssl and psql in Postgresql 13  (Gustavsson Mikael <mikael.gustavsson@smhi.se>)
Responses SV: SV: Problem with ssl and psql in Postgresql 13
List pgsql-general
Gustavsson Mikael <mikael.gustavsson@smhi.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



pgsql-general by date:

Previous
From: Gustavsson Mikael
Date:
Subject: SV: Problem with ssl and psql in Postgresql 13
Next
From: "Joel Jacobson"
Date:
Subject: Raise exception without using plpgsql?