Re: Server tries to connect without ssl support - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Server tries to connect without ssl support
Date
Msg-id AANLkTikZtZVcA1n7Skyp_aPAuTRt8-dLVmOWUjLuX-HP@mail.gmail.com
Whole thread Raw
In response to Server tries to connect without ssl support  (Venkata Subrahmanyam Gurram <subrahmanyam.gurram@yahoo.com>)
List pgsql-general
On Wed, May 12, 2010 at 3:11 AM, Venkata Subrahmanyam Gurram
<subrahmanyam.gurram@yahoo.com> 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 to
> connect with non ssl.We checked this one in log file. Why the server is
> doing this ?

Please post all uncommented lines from your pg_hba.conf on the server.

pgsql-general by date:

Previous
From: Venkata Subrahmanyam Gurram
Date:
Subject: Server tries to connect without ssl support
Next
From: "Igor Neyman"
Date:
Subject: Re: can function arguments have the type tablename.columnname%TYPE?