SSL connection and client verification

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

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?

Thanks

--
Vic Simkus

Department of Neurology, UIC
912 South Wood St.
Room 855N
Chicago IL 60612

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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vic Simkus 2008-08-11 19:49:26 Re: SSL connection and client verification
Previous Message Vic Simkus 2008-08-07 19:46:20 Re: (yet another) SSL connection problem