postgresql SSL off

From: Tony Smith <quickcur(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: postgresql SSL off
Date: 2005-07-12 22:40:15
Message-ID: 20050712224015.50835.qmail@web32601.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 "xxxx", database "myDB", SSL off.

When I run in dos console "psql myDB..." it works
fine.

My jdbc code is at a different at different domain
from the database machine.

Thanks,


__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message TJ O'Donnell 2005-07-12 22:43:43 user privilege to create c function
Previous Message Tom Lane 2005-07-12 22:31:20 Re: Converting MySQL tinyint to PostgreSQL