Re: [GENERAL] Server tries to connect without ssl support

2010-05-12 Thread Craig Ringer
On 12/05/10 17:11, Venkata Subrahmanyam Gurram wrote: Hi, We are running pgsql server with ssl support. When java client tries to connected to the server with ssl is on, if there is no ip address entry in pg_hba.conf file, pgsql You mean PgJDBC? And by "ssl is on" you mean that you've added "

Re: [GENERAL] Server tries to connect without ssl support

2010-05-12 Thread Scott Marlowe
On Wed, May 12, 2010 at 3:11 AM, Venkata Subrahmanyam Gurram wrote: > Hi, > > We are running pgsql server with ssl support.When java client tries to > connected to the server with ssl is on, if there is no ip address entry in > pg_hba.conf file, pgsql first tries to connect with ssl and then tries

[GENERAL] Server tries to connect without ssl support

2010-05-12 Thread Venkata Subrahmanyam Gurram
Hi, We are running pgsql server with ssl support.When java client tries to connected to the server with ssl is on, if there is no ip address entry in pg_hba.conf file, pgsql first tries to connect with ssl and then tries to connect with non ssl.We checked this one in log file. Why the server i