Re: BUG #19050: psql: could not find digest for NID UNDEF

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: tommi(dot)pakarinen(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #19050: psql: could not find digest for NID UNDEF
Date: 2025-09-11 15:00:42
Message-ID: 1783659.1757602842@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2025-09-11 15:49:45 Re: BUG #19049: Assert failure when using skip arrays on an index key with DESC order
Previous Message Dilip Kumar 2025-09-11 14:47:24 Re: BUG #19047: pg_last_wal_replay_lsn() returns non-NULL after pg_promote()