i'm tryng to access to a db that is on a my server. The port is 5432 open and accept tcp/ip connections.
Server doesn't listen The server doesn't accept connections: the connection library reports could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "IP_OF_THE_SERVER" and accepting TCP/IP connections on port 5432? Do i have to set something in pg_hba.conf to have access at the database from outside and from internet and not intranet?