我正在编写一个 struts2 应用程序并使用 hibernate 进行持久性。我在heroku上部署了may应用程序,一切正常,但是当我在本地运行它时,我得到:
org.postgresql.util.PSQLException: FATAL:no pg_hba.conf entry for host "xx.xx.xxx.xxx", user "someuser", database "somedatabase", SSL off
我知道问题是我需要通过 ssl 连接到数据库,但是如何在本地设置呢?