Can't connect to Postgresql on port 5432

后端 未结 6 1954
隐瞒了意图╮
隐瞒了意图╮ 2020-12-04 19:46

I have PostgreSQL 9.3 installed on a server running Ubuntu Server 14.04.

If I ssh into the server via terminal, I\'m able to connect with psql. But when I try to con

6条回答
  •  死守一世寂寞
    2020-12-04 20:00

    Remember to check firewall settings as well. after checking and double-checking my pg_hba.conf and postgres.conf files I finally found out that my firewall was overriding everything and therefore blocking connections

提交回复
热议问题