【发布时间】:2021-12-15 19:13:26
【问题描述】:
heroku pg:psql 突然不高兴了。
π main ✗ ❯ heroku pg:psql postgresql-xyz --app xyz
--> Connecting to postgresql-xyz
psql: error: SSL error: certificate verify failed
FATAL: no pg_hba.conf entry for host "47.123.123.123", user "abc", database "xyz", SSL off
▸ psql exited with code 2
π main ❯ heroku -v
heroku/7.59.1 darwin-x64 node-v12.21.0
我注意到“SSL 关闭”。如何通过 HEROKU cli 打开?或者它是 heroku.com 的“Config Vars”中的设置?
【问题讨论】:
标签: ssl heroku command-line-interface psql