Re: Enforcing TLS 1.3 as a a minimum version

2025-04-16 Thread Khushboo Vashi
On Wed, Apr 9, 2025 at 7:56 PM John Barker wrote: > What is the output of `curl -v ` ? > It generally gives output like the one below so we can verify the TLS version. khushboo.vashi@MAC-HLG7090G2F web % curl -v https://google.com * Trying 142.250.193.46:443... * Connected to google.com

Re: Enforcing TLS 1.3 as a a minimum version

2025-04-11 Thread John Barker
Just wanted to bounce this up. Thanks, John On Wed, Apr 9, 2025 at 10:26 AM John Barker wrote: > What is the output of `curl -v ` ? > > The curl connects successfully but gives no information: > > curl: (52) Empty reply from server. > > On Tue, Apr 8, 2025 at 11:38 PM Khushboo Vashi < > kh

Re: Enforcing TLS 1.3 as a a minimum version

2025-04-09 Thread John Barker
What is the output of `curl -v ` ? The curl connects successfully but gives no information: curl: (52) Empty reply from server. On Tue, Apr 8, 2025 at 11:38 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > [...Looping pgAdmin-Support] > > On Tue, Apr 8, 2025 at 9:19 PM John Bar

Re: Enforcing TLS 1.3 as a a minimum version

2025-04-08 Thread Khushboo Vashi
[...Looping pgAdmin-Support] On Tue, Apr 8, 2025 at 9:19 PM John Barker wrote: > Hello, > > I am on a closed network so I can't copy my files and have to retype > them.I have verified that the file below is being parsed when the > container starts.My config.py is default as shipped with

Re: Enforcing TLS 1.3 as a a minimum version

2025-04-08 Thread Khushboo Vashi
Hi, On Tue, Apr 8, 2025 at 12:00 AM John Barker wrote: > > I am running pgAdmin 9.1 in a podman container and am trying to ensure > that TLS 1.3 is the minimum version.I have created an override file and > I know that it is being read at startup but the enforcement of TLS 1.3 is > not happen

Fwd: Enforcing TLS 1.3 as a a minimum version

2025-04-07 Thread John Barker
I am running pgAdmin 9.1 in a podman container and am trying to ensure that TLS 1.3 is the minimum version.I have created an override file and I know that it is being read at startup but the enforcement of TLS 1.3 is not happening. I am using this configuration as suggested by the documentati