Re: Server tries to connect without ssl support

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Venkata Subrahmanyam Gurram <subrahmanyam(dot)gurram(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Server tries to connect without ssl support
Date: 2010-05-13 02:52:56
Message-ID: 4BEB6988.5060506@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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
"ssl=true" to the JDBC parameter list?

Please post your JDBC URL with your server name X-ed out.

> We checked this one in log file. Why the
> server is doing this ?

Do you mean "why is the client doing this?" Or am I misunderstanding you?

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Josh Kupershmidt 2010-05-13 03:22:11 Re: Pulling data from a constraint def
Previous Message Josh.Vote 2010-05-13 02:41:14 Unpivot / uncrosstab support?