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

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Дата
Msg-id Pine.BSO.4.56.0412111509490.404@leary.csoft.net
обсуждение исходный текст
Ответ на Re: PostgreSQL + SSL - sun.security.validator.ValidatorException  (Andrew M <andrew@jibeya.com>)
Список pgsql-jdbc

On Sat, 11 Dec 2004, Andrew M wrote:

> so the best I can do at the moment, in terms of ssl on postgresql via
> JDBC, is to use an unauthenticated connection!? Is man in the middle a
> real concern, as the data in the tables will be encrypted?

No, it's not unauthenticed.  We authenticate the server certificate, but
not a client certificate.  This is exactly like browsing to a https
website.  You validate the server's certificate, checking that they are
who they say they are, but you don't send the web server a client
certificate.  This means the web server, or in our case the postgresql
server, cannot verify that you are who you say are from the ssl connection
alone, but there are other means of doing this, like a password.

Kris Jurka

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [ADMIN] Issue with large objects
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: PostgreSQL + SSL - sun.security.validator.ValidatorException