Thread: SSL enabled driver

SSL enabled driver

From
Nikola Milutinovic
Date:
What do I need to build a SSL enabled driver in PG 7.4?

Nix.


Re: SSL enabled driver

From
Kris Jurka
Date:

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