Re: JDBC compression over SSL

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

On 01/05/2015 09:39 PM, Dave Cramer wrote:
> I do not think there currently is a way to enable compression in the driver
>
> anyone ?

It'd have to be done by providing a custom SSLSocketFactory, which
PgJDBC supports. I'm not sure that JSSE's SSL implementation supports
SSL compression though.

--
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 Dave Cramer 2015-01-05 13:51:58 Re: JDBC compression over SSL
Previous Message Dave Cramer 2015-01-05 13:46:26 Re: Unregistering the driver from DriverManager