From: | Andrew M <andrew(at)jibeya(dot)com> |
---|---|
To: | Oliver Jowett <oliver(at)opencloud(dot)com> |
Cc: | pgsql-jdbc(at)postgresql(dot)org, Kris Jurka <books(at)ejurka(dot)com> |
Subject: | Re: PostgreSQL + SSL - sun.security.validator.ValidatorException |
Date: | 2004-12-12 07:31:45 |
Message-ID: | E062BABC-4C0F-11D9-A341-0003938366A4@jibeya.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
I'm not a java man, but I came across some code that may help the
cause....
http://www.mail-archive.com/axis-dev(at)xml(dot)apache(dot)org/msg06309.html
On 11 Dec 2004, at 22:54, Oliver Jowett wrote:
> Kris Jurka wrote:
>> On Thu, 9 Dec 2004, Andrew M wrote:
>>> Now for the for handshaking to be successful with the root docs in
>>> the /data folder, postgresql expects the client to return a
>>> certificate. So my question is:
>>>
>> Currently the JDBC driver does not implement this functionality.
>> [...]
>
> Now that we have a sslfactory URL arg, can't you implement a
> SSLSocketFactory that provides the right client-certificate-lookup
> logic? You'd return a socket created via a SSLContext initialized with
> an appropriate KeyManager (and TrustManager obviously).
>
> -O
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org
>
From | Date | Subject | |
---|---|---|---|
Next Message | PostgreSQL Bugs List | 2004-12-13 07:20:18 | BUG #1347: Bulk Import stopps after a while ( 8.0.0. RC1) |
Previous Message | Oliver Jowett | 2004-12-11 22:54:59 | Re: PostgreSQL + SSL - sun.security.validator.ValidatorException |