Tony Smith wrote:
When I was trying to connect my databse with jdbc, I
got the following error message:
org.postgresql.util.PSQLException: Connection
rejected: FATAL: no pg_hba.conf entry for host
"mydomain", user "", database "myDB", SSL off.
You need to setup your pg_hba.conf to allow r
When I was trying to connect my databse with jdbc, I
got the following error message:
org.postgresql.util.PSQLException: Connection
rejected: FATAL: no pg_hba.conf entry for host
"mydomain", user "", database "myDB", SSL off.
When I run in dos console "psql myDB..." it works
fine.
My jdbc c