1
I have a server with a Servlet + a postgresql database. I would like only Servlet to connect to the database.
When I set up pg_hba.conf with local all md5 Servlet cannot connect to the database. Then I need to set up how host all 127.0.0.1 255.255.255.255 md5
With this second configuration I am leaving postgresql open for any external IP?
There is no error, my question is whether the server is getting open for any external connection.
– Edson Santos
Ah good excuse, I got it wrong
– R.Santos
Anyway I thank you
– Edson Santos