[GENERAL] Re: pg_dump 8.4.9 failing after upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux

2015-06-24 Thread Piotr Gackiewicz
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

Re: [GENERAL] Re: pg_dump 8.4.9 failing after upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux

2015-06-23 Thread Tom Lane
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

Re: [GENERAL] Re: pg_dump 8.4.9 failing after upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux

2015-06-23 Thread Tom Lane
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

Re: [GENERAL] Re: pg_dump 8.4.9 failing after upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux

2015-06-23 Thread Tom Lane
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

[GENERAL] Re: pg_dump 8.4.9 failing after upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux

2015-06-23 Thread Piotr Gackiewicz
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

Re: [GENERAL] Re: pg_dump 8.4.9 failing after upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux

2015-06-22 Thread Tom Lane
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

Re: [GENERAL] Re: pg_dump 8.4.9 failing after upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux

2015-06-22 Thread Tom Lane
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

Re: [GENERAL] Re: pg_dump 8.4.9 failing after upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux

2015-06-22 Thread Tom Lane
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

Re: [GENERAL] Re: pg_dump 8.4.9 failing after upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux

2015-06-22 Thread Albe Laurenz
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?

[GENERAL] Re: pg_dump 8.4.9 failing after upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux

2015-06-19 Thread Piotr Gackiewicz
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