LoginSignup
5
3

More than 5 years have passed since last update.

Heroku Postgresのエラー解決

Posted at

エラー文の内容

FATAL: no pg_hba.conf entry for host "[host ip address]", user "[user name]", database "[database name]", SSL off

解決策

  • ssl を trueに
  • sslfactory を org.postgresql.ssl.NonValidatingFactory に

SSL通信にしないとだめらしい。

5
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
3