Re: SSL confirmation

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: SSL confirmation
Дата
Msg-id 20041205194134.GA31951@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: SSL confirmation  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: SSL confirmation
Список pgsql-general
On Sun, Dec 05, 2004 at 12:27:33PM -0700, Michael Fuhr wrote:

> On the client side you could set the PGSSLMODE environment variable
> to "require" (or the older PGREQUIRESSL to "1"), which should tell
> libpq to attempt only SSL connections.

I forgot to mention that you could also use "sslmode=require" or
"requiressl=1" (deprecated in 7.4 and later) in your connect string
if you're using libpq directly or your interface to libpq allows it.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Index bloat in 7.2
Следующее
От: Andrew M
Дата:
Сообщение: Re: SSL confirmation