Re: BUG #19050: psql: could not find digest for NID UNDEF - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #19050: psql: could not find digest for NID UNDEF
Date
Msg-id 1783659.1757602842@sss.pgh.pa.us
Whole thread Raw
In response to BUG #19050: psql: could not find digest for NID UNDEF  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> When Ed25519 certificate is configured on PG server, I'm able to connect
> with a Java client. Also, openssl and sslscan were able make connection and
> show certificate details. Still CLI tool (psql) does not work with it and
> refuses to connect.

This does look similar to the previous discussion about RSA-PSS.
But we fixed that a couple years ago.  Are you sure your libpq
is up-to-date?  What about the openssl libraries it's bound to?

> $ openssl version
> OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)

This proves zero about what libpq is using.  Applying "ldd"
to psql might be more enlightening.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: BUG #19047: pg_last_wal_replay_lsn() returns non-NULL after pg_promote()
Next
From: Tom Lane
Date:
Subject: Re: BUG #19049: Assert failure when using skip arrays on an index key with DESC order