RE: [EXTERNAL] Re: Java client connection problem on FIPS enabled hosts (with password_encryption = scram-sha-256)

Поиск
Список
Период
Сортировка
От McDermott, Becky
Тема RE: [EXTERNAL] Re: Java client connection problem on FIPS enabled hosts (with password_encryption = scram-sha-256)
Дата
Msg-id BY3PR09MB862790B1D8635D3B176EB7ABC81F9@BY3PR09MB8627.namprd09.prod.outlook.com
обсуждение исходный текст
Ответ на Re: [EXTERNAL] Re: Java client connection problem on FIPS enabled hosts (with password_encryption = scram-sha-256)  (Dave Cramer <davecramer@postgres.rocks>)
Список pgsql-jdbc

>> From: Dave Cramer <davecramer@postgres.rocks>
>> Sent: Wednesday, March 30, 2022 8:26 AM
>>

>> Thanks, although the driver doesn't have much to do with the problem here. As others have mentioned I suspect this is a JVM implementation issue.

 

I think it is probably related to the underlying container OS (Red Hat UBI 8).  We looked at the Dockerfile for building the openjdk11 image and it’s really not doing anything special or different than what we are doing to install openjdk into our container.  But, the base image may need to explicitly enable FIPS.  There is a Red Hat article that indicates that but waiting for the guy who has a Red Hat login to come in and download it for me.

 

Once we get the UBI 8 issue figured out, I will re-post.

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: [EXTERNAL] Re: Java client connection problem on FIPS enabled hosts (with password_encryption = scram-sha-256)
Следующее
От: Dave Cramer
Дата:
Сообщение: [pgjdbc/pgjdbc] aa1f58: Remove isDeprecated from PGProperty. It was origin...