SSL connection and client verification

Lists: pgsql-jdbc
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
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

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
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