Обсуждение: SSL enabled driver

Поиск
Список
Период
Сортировка

SSL enabled driver

От
Nikola Milutinovic
Дата:
What do I need to build a SSL enabled driver in PG 7.4?

Nix.


Re: SSL enabled driver

От
Kris Jurka
Дата:

On Thu, 11 Dec 2003, Nikola Milutinovic wrote:

> What do I need to build a SSL enabled driver in PG 7.4?
>

You need the javax.net.ssl package.  The easiest way is to build with the
1.4 JDK which has it built in, but it is also available in j2ee and
separately as jsse.  From the http://jdbc.postgresql.org both the jdbc2+
and jdbc3 driver for 7.4 contain ssl support.

Kris Jurka