Re: SSL Problem

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: SSL Problem
Дата
Msg-id Pine.BSO.4.56.0407151311540.21124@leary.csoft.net
обсуждение исходный текст
Ответ на Re: SSL Problem  ("Stefano Bonnin" <stefano.bonnin@comai.to>)
Ответы problema con el backend  (tgutierrez@unipamplona.edu.co)
Список pgsql-jdbc

On Thu, 15 Jul 2004, Stefano Bonnin wrote:

> 2004-07-15 14:03:40 LOG:  could not load root certificate file
> "/usr/local/pgsql-7.4.2/bin/../../pgsql-7.4.1/data/root.crt": No such file
> or directory
> DETAIL:  Will not verify client certificates.

This is fine.  You do not need a root.crt file.   This is used to
authenticate clients to the server which is optional and not necessary to
establish a SSL connection.

Again the problem seems to be that you have not made the server cert
available to the connecting jvm.  Adding -Djavax.net.debug=ssl to your
java command will produce a lot of debug information, but will likely
confirm this.  The key line will be in the first part of the output where
it displays which trustStore you are using.  The server cert must be in
this file.

Kris Jurka

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

Предыдущее
От: "Dario V. Fassi"
Дата:
Сообщение: Re: Very strange Error in Updates
Следующее
От: tgutierrez@unipamplona.edu.co
Дата:
Сообщение: problema con el backend