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

From: "McDermott, Becky" <bmcderm(at)sandia(dot)gov>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 23:02:04
Message-ID: BY3PR09MB862788DE539AE08FA01E555EC8169@BY3PR09MB8627.namprd09.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you. I should deploying a very simple container that has psql installed and make sure I can connect in a simple way with a username/password. If this works, then the database is fine and it would definitely point to a java issue.

Thanks!

-----Original Message-----
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Sent: Monday, March 21, 2022 4:59 PM
To: McDermott, Becky <bmcderm(at)sandia(dot)gov>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: [EXTERNAL] Re: Can you install/run postgresql on a FIPS enabled host?

"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 Rob Sargent 2022-03-21 23:08:00 Re: [EXTERNAL] Re: Can you install/run postgresql on a FIPS enabled host?
Previous Message Tom Lane 2022-03-21 22:59:29 Re: [EXTERNAL] Re: Can you install/run postgresql on a FIPS enabled host?