Re: Disable OpenSSL compression
Marko Kreen <markokr@gmail.com>
From: Marko Kreen <markokr@gmail.com>
To: Albe Laurenz <laurenz.albe@wien.gv.at>
Cc: "Tom Lane *EXTERN*" <tgl@sss.pgh.pa.us>, Magnus Hagander <magnus@hagander.net>, "Christopher Browne *EXTERN*" <cbbrowne@gmail.com>, ktm@rice.edu, pgsql-hackers@postgresql.org
Date: 2011-11-10T16:24:20Z
Lists: pgsql-hackers
On Thu, Nov 10, 2011 at 5:18 PM, Albe Laurenz <laurenz.albe@wien.gv.at> wrote: > I could go and try to convince Npgsql and JDBC to accept patches to > do that on the client side, but that would be more effort than I > want to invest. But then there's still closed source software like > Devart dotConnect... Are you certain Java/C# even support SSL compression? Quick grep over some old jdk code I had around did not find it... In any case, the connection libraries do not need to match such optional features. -- marko