Jump to content

gabriele

Members
  • Posts

    6
  • Joined

  • Last visited

About gabriele

  • Birthday 02/01/1992

Profile Information

  • Gender
    Male

gabriele's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. This is the result: This server listens on all TCP ports, allowing you to test any outbound TCP port. You have reached this page on port 5432. Your network allows you to use this port. (Assuming that your network is not doing advanced traffic filtering.) So it seems port 5432 is open. But now that I'm testing connection from my home private network I don't get anymore the error message. Is it possible that university public network does not allow connection to johnny.heliohost or has port 5432 blocked?
  2. $host = "host = johnny.heliohost.org"; $port = "port = 5432"; $dbname = "dbname = gabriele_postgres"; $credentials = "user = gabriele_giannina password = ******"; $db = pg_connect("$host $port $dbname $credentials");
  3. Thanks! Unfortunately I still have problems connecting. I get the following error message: Unable to connect to server:could not connect to server: Connection refused (0x0000274D/10061)Is the server running on host "johnny.heliohost.org" (65.19.141.67) and accepting TCP/IP connections on port 5432?
  4. Ok thanks a lot ! Will I receive a notification when the request will be handled?
  5. I have the problem that I can't connect remotely to the postgres database I've made My connection parameters are database: gabriele_postgresuser: gabriele_gianninahost: johnny.heliohost.orgThen the connection responds: psql: FATAL: no pg_hba.conf entry for host "your ip", user "gabriele_giannina", database "gabriele_postgres", SSL off I need help. Thanks
×
×
  • Create New...