Re: JDBC compression over SSL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: JDBC compression over SSL
Дата
Msg-id 30886.1420472207@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: JDBC compression over SSL  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: JDBC compression over SSL  (Craig Ringer <craig@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: JDBC compression over SSL
Следующее
От: Alexis Meneses
Дата:
Сообщение: Re: Unregistering the driver from DriverManager