Re: SSL connection and client verification

From: Vic Simkus <vsimkus(at)uic(dot)edu>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: SSL connection and client verification
Date: 2008-08-11 19:49:26
Message-ID: 48A097C6.8080804@uic.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Vic Simkus wrote:
> Hello
>
> Attached is a file that "implements" client authentication when using
> SSL (i.e. send the client cert to the server). The difference between
> this and the code from
> http://archives.postgresql.org/pgsql-jdbc/2006-02/msg00166.php is that
> this implementation does not require any changes to existing code.
> Any comments? Can we get this into the source tree?
Sorry about that - attached the wrong file.

Attachment Content-Type Size
ValidatingFactory.java text/plain 7.6 KB

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Paul Tomblin 2008-08-12 20:09:48 OT: Question about transactions
Previous Message Vic Simkus 2008-08-11 19:37:32 SSL connection and client verification