Re: JDBC: Encrypted connections? SSL?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: JDBC: Encrypted connections? SSL?
Дата
Msg-id Pine.LNX.4.21.0007090144010.348-100000@localhost.localdomain
обсуждение исходный текст
Ответ на JDBC: Encrypted connections? SSL?  ("Randall Parker" <randall@nls.net>)
Список pgsql-general
Randall Parker writes:

> With PostgreSQL is there any way to have encrypted connections to the
> database?

One option, based on ssh, is explained in chapter 8 of the Administator's
Guide. (the docs version shipped with 7.0.2)

> Also, once the SSL patent expires in Sept or Oct of this year has any
> thought been given to SSL support?

There is no patent on SSL. The patent that expires in September is the RSA
patent, but of course you can use SSL with a number of other encryption
algorithms.

PostgreSQL 7.0 already has some support for using SSL in the source.
Unfortunately, the author has disappeared and no one knows how to get it
to work. I've just gotten it to compile at least, so if you are
interested, grab the development snapshot and see what you can make of it.


--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


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

Предыдущее
От: "Morten W. Petersen"
Дата:
Сообщение: Re: Is level a reserved keyword? (FYI)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Find all the dates in the calendar week?