Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on December 12, 2016 5:29PM
Likes: 0
Replies: 1
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
This seems to be a PostgreSQL configuration / authentication issue. See the relevant PostgreSQL documentation.