Hi,
I have a connection that worked perfectly until about an hour ago, and the then queries started failing with
pg_hba.conf rejects connection for host "<redacted>", user "<redacted>", database "<redacted>", no encryption
I confimed that "ssl": true. When I run the query from the command line user psql --sslmode=require it succeeds.
Retstarting the extension and restarting cursor did not make a difference.
Hi,
I have a connection that worked perfectly until about an hour ago, and the then queries started failing with
I confimed that
"ssl": true. When I run the query from the command line userpsql --sslmode=requireit succeeds.Retstarting the extension and restarting cursor did not make a difference.