Re: PostgreSQL + SSL - sun.security.validator.ValidatorException

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: Andrew M <andrew(at)jibeya(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Date: 2004-12-11 08:11:14
Message-ID: 41BAABA2.9070100@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-12-11 08:22:55 Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Previous Message Kris Jurka 2004-12-11 03:38:32 Re: 8.0.0beta4: "copy" and "client_encoding"