我在heroku应用程序中添加了一个已配置的postgres数据库加载项。 当我尝试连接到heroku之外的数据库(从我的本地机器)时,它总是会出错
SSL SYSCALL error: Connection reset by peer (0x00002746/10054)
我尝试过Heroku CLI和PGAdmin的连接。我尝试将SSL模式配置为Require。
psql -h ec2-79-125-6-82.eu-west-1.compute.amazonaws.com -U d168639egmjee csjpgbglovnmah
知道如何连接到heroku app中添加的postgres数据库?
任何帮助将不胜感激。