You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bdash looks awesome and I'd wish to use it with a Heroku database.
When performing a Connection Test on a Heroku Database, the following error is thrown:
no pg_hba.conf entry for host "xx.xxx.xxx.xxx", user "xxxxxxxxx", database "xxxxxxxxx", SSL off
I suspect this has something to do with the SSL requirement. The Heroku Postgres documentation specifies that sslmode=require needs to be specified on the connection.
I don't think I can contribute in code but I will help out in any way I can 😄
The text was updated successfully, but these errors were encountered:
Bdash looks awesome and I'd wish to use it with a Heroku database.
When performing a Connection Test on a Heroku Database, the following error is thrown:
I suspect this has something to do with the SSL requirement. The Heroku Postgres documentation specifies that
sslmode=require
needs to be specified on the connection.I don't think I can contribute in code but I will help out in any way I can 😄
The text was updated successfully, but these errors were encountered: