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

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Дата
Msg-id 41BB7AC3.6040301@opencloud.com
обсуждение исходный текст
Ответ на Re: PostgreSQL + SSL - sun.security.validator.ValidatorException  (Kris Jurka <books@ejurka.com>)
Ответы Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Список pgsql-jdbc
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

В списке pgsql-jdbc по дате отправления:

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