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

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Дата
Msg-id 41BAABA2.9070100@hogranch.com
обсуждение исходный текст
Ответ на Re: PostgreSQL + SSL - sun.security.validator.ValidatorException  (Kris Jurka <books@ejurka.com>)
Ответы Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Следующее
От: Andrew M
Дата:
Сообщение: Re: PostgreSQL + SSL - sun.security.validator.ValidatorException