postgres DB single server logs : SSL - TLS enable/disable
Hi,
We have a Postgres DB single server for one of our clients, we have disabled SSL with TLS as in the below screenshot. However, why does Postgres logs say it is still enabled; is it a bug with the azure setting or with Postgres.
Postgres log during a connection says :
2021-09-08 09:01:25 UTC-61387be5.53adc-LOG: connection received: host=10.20.8.100 port=1234 pid=1234
2021-09-08 09:01:25 UTC-61387be5.53adc-LOG: connection authorized: user=gapdevdatabase=dev SSL enabled (protocol=TLSv1.2, cipher=ECDHE-RSA-AES256-GCM-SHA384, compression=off)
Azure SSL disabled screenshot: