Re: SSL enabled driver

From: Kris Jurka <books(at)ejurka(dot)com>
To: Nikola Milutinovic <Nikola(dot)Milutinovic(at)ev(dot)co(dot)yu>
Cc: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: SSL enabled driver
Date: 2003-12-11 17:26:45
Message-ID: Pine.LNX.4.33.0312111222290.14861-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message milton Leite 2003-12-11 19:35:25 PostgreSQL & DB2 !!!
Previous Message Nikola Milutinovic 2003-12-11 14:18:43 SSL enabled driver