[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
rs | ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH | ssl_crl_file| | ssl_key_file| server.key| ssl_renegotiation_limit | 524288 | kB Any thoughts? Regards, -- Piotr Gackiewicz -- Sent via pgsql-general mailing list (pgsql

[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
tiation_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. -- Piotr Gackiewicz -- Sent via pgsql-general mailing list (pgsql-general@postgresq

[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