I am getting below error, when i tried to access db, i used helm charts for installation and i have checked the following config all are disabled state
- tlsmode,
- server_tls_sslmode
- client_tls_sslmode
How to fix this issue and i am using helm charts for installing percona/pg-db
kubectl run -i --rm --tty percona-client --image=perconalab/percona-distribution-postgresql:13.2 --restart=Never – psql “postgres://${POSTGRES_USER}:${NEW_POSTGRES_PASSWORD}@
pg-db-pgbouncer.test.svc.cluster.local/pgdb?sslmode=disable”
psql: error: FATAL: SSL required
pod “percona-client” deleted
pod default/percona-client terminated (Error