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

[GENERAL] postgresql ssl

2010-05-04 Thread AI Rumman
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?

[GENERAL] PostgreSQL SSL problem

2008-09-06 Thread Andriy Bakay
Hi Team, I have problems to setup SSL for PostgreSQL server. I did all the steps which described in the documentation (17.8. Secure TCP/IP Connections with SSL), but when I try to start the PostgreSQL server the pg_ctl gave me: "could not start server". And nothing in the logs (I enabled all of t

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

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