Re: Connecting to a DB through SSL

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: Freddy Villalba Arias <fvillalba(at)madrid(dot)bilbomatica(dot)es>
Cc: "pgsql-jdbc (at) postgresql (dot) org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Connecting to a DB through SSL
Date: 2004-04-23 14:22:16
Message-ID: 20040423152216.C27748@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On 23/04/2004 13:55 Freddy Villalba Arias wrote:
> Hi everybody,
>
>
>
> I'm using Tomcat v4.1, JDBC 2.0.
>
>
>
> I've succesfully configured my JDBC client and my (DB) server. I've
> successfully connected to it, tested different levels of authentication.
>
>
>
> I want to use md5 or Kerberos for protecting the password sent through
> the network for establishing connections. What are the steps for
> accomplishing this? So far, I've downloaded JSSE's jar files and
> deployed them appropriately (I guess).
>
>
>
> Any help would be appreciated.

md5 is easy. Just state md5 in your pg_hba.conf file. I'm not sure about
Kerberos.

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jonathan Bruce 2004-04-23 16:59:39 Re: JDBC rowsets
Previous Message Glenn Holmer 2004-04-23 14:03:35 Re: JDBC rowsets