Re: JDBC compression over SSL - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: JDBC compression over SSL
Date
Msg-id 30886.1420472207@sss.pgh.pa.us
Whole thread Raw
In response to Re: JDBC compression over SSL  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: JDBC compression over SSL  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-jdbc
Craig Ringer <craig@2ndquadrant.com> writes:
> Yep... and I'm not sure it's actually doing SSL compression, rather than
> compression of the stream *inside* the SSL socket.

Worth noting here is that many/most people have abandoned use of SSL
compression because it is now known to render the stream more
decryptable.  I do not know whether that objection also applies to
doing separate compression "inside the socket" as you put it.

            regards, tom lane


pgsql-jdbc by date:

Previous
From: Craig Ringer
Date:
Subject: Re: JDBC compression over SSL
Next
From: Alexis Meneses
Date:
Subject: Re: Unregistering the driver from DriverManager