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
TLS version using openssl like this:
>>
>> # openssl s_client -showcerts -tls1_2 -connect hostname:port
>>
>> What is the output of `curl -v ` ?
>
>> The above command gets a valid response with a TLS 1.2 handshake using a
>> cipher of ECDHE-RSA-AES
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