Re: [GENERAL] postgresql ssl

2010-05-04 Thread Thom Brown
On 4 May 2010 10:42, AI Rumman wrote: > I have my postgresql 8.3.8 database and application server in the same > network over the WAN. > I need to enable data encryption using SSL. > > Is there any step-by-step guide to complete this task? > You can try this guide: http://www.ibm.com/developerwo

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

Re: [GENERAL] PostgreSQL SSL communication with SecureTcpClient (Ssl

2003-09-29 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > On Mon, 29 Sep 2003, Angel Todorov wrote: >> : An error occurs while communicating with the remote host. ---> >> Org.Mentalis.Security.Ssl.Shared.SslException: The server hello message >> uses a protocol that was not recognized. >> >> Do you have any idea w