Re: [EXTERNAL] Re: Can you install/run postgresql on a FIPS enabled host?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "McDermott, Becky" <bmcderm(at)sandia(dot)gov>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: [EXTERNAL] Re: Can you install/run postgresql on a FIPS enabled host?
Date: 2022-03-21 22:59:29
Message-ID: 2408795.1647903569@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"McDermott, Becky" <bmcderm(at)sandia(dot)gov> writes:
> So the logs for one of our Java servers that is attempting to connect to postgres is showing:
> Notice that the last "Caused by" is showing the "Unsupported PBKDF2 for SCRAM-SHA-256". We are also using Hibernate so perhaps the underlying problem is there?

This definitely looks like the problem is on the client side not the
server side. It might be worth asking on pgsql-jdbc to see if it's
that driver or not; but it could be coming from somewhere else in
the Java ecosystem.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message McDermott, Becky 2022-03-21 23:02:04 RE: [EXTERNAL] Re: Can you install/run postgresql on a FIPS enabled host?
Previous Message Rob Sargent 2022-03-21 22:57:43 Re: [EXTERNAL] Re: Can you install/run postgresql on a FIPS enabled host?