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

From: "McDermott, Becky" <bmcderm(at)sandia(dot)gov>
To: Rob Sargent <robjsargent(at)gmail(dot)com>, "pgsql-jdbc(at)lists(dot)postgresql(dot)org" <pgsql-jdbc(at)lists(dot)postgresql(dot)org>
Subject: RE: [EXTERNAL] Re: Java client connection problem on FIPS enabled hosts (with password_encryption = scram-sha-256)
Date: 2022-03-28 13:56:21
Message-ID: BY3PR09MB8627E5D67C57547A0F05CA74C81D9@BY3PR09MB8627.namprd09.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

>> From: Rob Sargent <robjsargent(at)gmail(dot)com>
>> Sent: Thursday, March 24, 2022 3:37 PM
>>
>> I think this while loop is not going to exit.
>> Maybe while (idx < 1000)

Yeah, I purposely didn’t want it to exit since I was trying to simply/easily simulate a Java service that is waiting to handle requests (running as a Kubernetes pod). If the database connection had worked, I wanted to be able to exec into the running Kubernetes pod. I just kill the pod when I want it to stop.
Thanks,
Becky

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message McDermott, Becky 2022-03-28 14:07:17 RE: [EXTERNAL] Re: Java client connection problem on FIPS enabled hosts (with password_encryption = scram-sha-256)
Previous Message Dave Cramer 2022-03-25 13:17:09 Re: [EXTERNAL] Re: Java client connection problem on FIPS enabled hosts (with password_encryption = scram-sha-256)