Heroku Postgres
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
I am having difficulty trying to connect to a Heroku Postgres instance.
I have tried with and without sslfactory = org.postgresql.ssl.NonValidatingFactory
Connection failed: Failed to connect: FATAL: no pg_hba.conf entry for host "xxx.xxx.xxx.xxx", user "uuuuuuuu", database "dbdbdbdbdbdb", SSL off
I am unclear how to set this up
Tagged:
Answers
-
This seems to be a PostgreSQL configuration / authentication issue. See the relevant PostgreSQL documentation.