Re: [GENERAL] postgresql SSL off

2005-07-12 Thread Joshua D. Drake
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

[GENERAL] postgresql SSL off

2005-07-12 Thread Tony Smith
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