Failed to authenticate. Verify the credentials and try again. Error setting up SQL connection. FATAL
Hi, We have a Postgres database running on an EC2 server on AWS. We have whitelisted the IPs and set up an account to use SSL: our pg_hba.conf includes: hostssl all readonly_user 0.0.0.0/0 md5 clientcert=1 We are using a self-signed certificate, mostly followed the directions here:…