Re: JDBC compression over SSL

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Edoardo Innocenti - SDB Information Technology Srl <edoardo(dot)innocenti(at)tech(dot)sdb(dot)it>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC compression over SSL
Date: 2015-01-05 14:14:15
Message-ID: 54AA9C37.4020903@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 01/05/2015 09:51 PM, Dave Cramer wrote:
> A quick search turned up something, but it seems to have considerable rot
> https://svn.jfire.org/svn/main/old.stuff.about.to.be.deleted/org.nightlabs.rmissl/src/org/nightlabs/rmissl/socket/SSLCompressionSocketFactory.java
>

Yep... and I'm not sure it's actually doing SSL compression, rather than
compression of the stream *inside* the SSL socket.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2015-01-05 15:36:47 Re: JDBC compression over SSL
Previous Message Dave Cramer 2015-01-05 13:51:58 Re: JDBC compression over SSL