Re: jdbc security

From: Kris Jurka <books(at)ejurka(dot)com>
To: Shrish <shrishjain(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: jdbc security
Date: 2005-02-17 03:18:32
Message-ID: Pine.BSO.4.56.0502162217180.25741@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 16 Feb 2005, Shrish wrote:

> I connect to Database using JDBC. I would like to know if there is a
> way I can make my communication with database server secure. In other
> words, I want my data to be encrypted on its way to database while it
> in network.
>

Please see the SSL connection chapter in the JDBC manual:

http://jdbc.postgresql.org/documentation/80/ssl.html

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-02-17 03:21:06 Re: pst.setNull(2, Types.BLOB)
Previous Message Shrish 2005-02-16 23:59:46 jdbc security