Tom Lane wrote:
> I wrote:
>> Piotr Gackiewicz writes:
>>> $ psql -h localhost -c "SET ssl_renegotiation_limit='3kB'; SELECT
>>> repeat('0123456789', 1800);"
>>> SSL error: unexpected message
>>> connection to server was lost
>
>> BTW, are you using any nondefault SSL settings? Because I can't
I wrote:
> Piotr Gackiewicz writes:
>> $ psql -h localhost -c "SET ssl_renegotiation_limit='3kB'; SELECT
>> repeat('0123456789', 1800);"
>> SSL error: unexpected message
>> connection to server was lost
> BTW, are you using any nondefault SSL settings? Because I can't reproduce
> the failure yo
Piotr Gackiewicz writes:
> $ psql -h localhost -c "SET ssl_renegotiation_limit='3kB'; SELECT
> repeat('0123456789', 1800);"
> SSL error: unexpected message
> connection to server was lost
BTW, are you using any nondefault SSL settings? Because I can't reproduce
the failure you show. In my test
Piotr Gackiewicz writes:
> Yep, that's it :
> $ psql -h localhost -c "SET ssl_renegotiation_limit='3kB'; SELECT
> repeat('0123456789', 1800);"
> SSL error: unexpected message
> connection to server was lost
> psql and server share same openssl library on the same host, of course.
Red Hat have
Albe Laurenz wrote:
>
> Maybe it has something to do with this OpenSSL bug:
> http://rt.openssl.org/Ticket/Display.html?id=3712&user=guest&pass=guest
>
> Basically, OpenSSL fails to handle application data messages during
> renegotiation.
>
> I have only encountered that when using other SSL libr
I wrote:
>> I'm going to file this as a bug with Red Hat. In the meantime it looks
>> like we can suggest ssl_renegotiation_limit = 0 as a temporary workaround.
> Done at
> https://bugzilla.redhat.com/show_bug.cgi?id=1234487
BTW, we should not feel too awful, because it seems this same update ha
I wrote:
> I'm going to file this as a bug with Red Hat. In the meantime it looks
> like we can suggest ssl_renegotiation_limit = 0 as a temporary workaround.
Done at
https://bugzilla.redhat.com/show_bug.cgi?id=1234487
regards, tom lane
--
Sent via pgsql-general maili
Albe Laurenz writes:
> Piotr Gackiewicz wrote:
>>> Douglas Stetner writes:
Looking for confirmation there is an issue with pg_dump failing after
upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux.
>> I have the same problem with fresh postgresql 9.2.13.
>> Started after upgr
Piotr Gackiewicz wrote:
> Tom Lane wrote:
>> Douglas Stetner writes:
>>> Looking for confirmation there is an issue with pg_dump failing after
>>> upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux.
>>
>> Quick thought --- did you restart the Postgres service after upgrading
>> openssl?
Tom Lane wrote:
> Douglas Stetner writes:
>> Looking for confirmation there is an issue with pg_dump failing after
>> upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux.
>
> Quick thought --- did you restart the Postgres service after upgrading
> openssl? If not, your server is still u
10 matches
Mail list logo