Re: problem with libpq7.3.3/encrypted - Mailing list pgsql-bugs

From Tom Lane
Subject Re: problem with libpq7.3.3/encrypted
Date
Msg-id 8015.1060019143@sss.pgh.pa.us
Whole thread Raw
In response to problem with libpq7.3.3/encrypted  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgsql-bugs
Andreas Pflug <pgadmin@pse-consulting.de> writes:
> I believe we have a problem with libpq 7.3.3 with encryption. I
> currently don't have a 7.3.3/ssl system running, but this has been
> reported by Christian Ruediger Bahls, who traced it, and Dave Page.

> When running pgAdmin3 over a ssl encrypted connection, it will hang,
> even for very small queries with a single result.

I have identified some problems in EOF detection in 7.3.3-and-up with
SSL transport.  The behavior I was able to reproduce was (a) incorrect
report of lost connection, when it was only a matter of no data yet,
and (b) bogus error reporting when the connection actually is lost.
I am not sure this explains your problem, but please try the
just-applied patches and see if it helps.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: PG 7.3.1 with ssl on linux hangs (testcase available)
Next
From: Bruno Wolff III
Date:
Subject: Re: Indexes not used for "min()"