Re: Problem with libpq3 & postgresql8

From: "Alex R(dot) Mosteo" <alejandro(at)mosteo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with libpq3 & postgresql8
Date: 2005-09-22 08:33:36
Message-ID: 43326C60.9050903@mosteo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> "Alex R. Mosteo" <alejandro(at)mosteo(dot)com> writes:
>
>>About the certificate thing, I'm not sure what you mean, but I've
>>configured the pg_hba.conf file useing hostnossl. I see this line in the
>>server log:
>>LOG: no se pudo aceptar una conexión SSL: se detectó EOF
>>Which translates to: "Couldn't accept a SSL connection: EOF detected"
>>but this message only appears after I kill the client process, which
>>could mean that indeed the connection is alive and hung.
>
>
> Hm. Does it work if you add "sslmode = disable" to your connection
> string?

Thanks Tom, this did the trick. My data is not sensitive so I don't care
about using ssl.

> What's the platform exactly, and exactly which PG 8.0.* release are you
> using? For that matter, are you sure you are linking your program to
> the 8.0 libpq.so, and not still the 7.4 one?

Server is 8.0.3, client is in another machine which only has the
libpq.3.1 installed. This client has not been recompiled.

>
> regards, tom lane
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex R. Mosteo 2005-09-22 08:34:41 Re: Problem with libpq3 & postgresql8
Previous Message Guido Neitzer 2005-09-22 05:40:40 Re: JDBC error w/ WebObjects