Re: PostgreSQL + SSL - sun.security.validator.ValidatorException - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Date
Msg-id 41BAABA2.9070100@hogranch.com
Whole thread Raw
In response to Re: PostgreSQL + SSL - sun.security.validator.ValidatorException  (Kris Jurka <books@ejurka.com>)
Responses Re: PostgreSQL + SSL - sun.security.validator.ValidatorException  (Andrew M <andrew@jibeya.com>)
List pgsql-jdbc
> It uses specific files relative to the user's $HOME directory.  I don't
> think this translates well into Java and I'm unsure what code would be
> needed on the driver side to set this up.  It would be great if someone
> more Java+SSL knowledgeable could point us in the right direction here.

if the jdbc driver is using J2SE 1.4 style SecureSockets, then the certificate
store is in ${JAVA_HOME}/lib/security  (%JAVA_HOME%\lib\security on Windows)

there is a keytool command in J2SE to manipuate and generate these keys.
http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/keytool.html


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Next
From: Andrew M
Date:
Subject: Re: PostgreSQL + SSL - sun.security.validator.ValidatorException