pg_hba.conf

Поиск
Список
Период
Сортировка
От Tom Allison
Тема pg_hba.conf
Дата
Msg-id 4560F20F.10903@tacocat.net
обсуждение исходный текст
Ответы Re: pg_hba.conf  (Russell Smith <mr-russ@pws.com.au>)
Re: pg_hba.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Ran into a mystery that I can't seem to figure out....


I want to authenticate using SSL for all external IP addresses that I have in my
subnet.  I also want to be able to authenticate via non-SSL for localhost (not
unix socket).

I thought something like this would work:

host       all    all    127.0.0.1/32     md5
hostssl    all    all    192.168.0.1/24   md5

But I have a localhost client that can't log in because it keeps trying to
authenticate via SSL.

What am I doing wrong?  It seems simple enough.

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: phpPgAdmin, cannot connect to server
Следующее
От: Russell Smith
Дата:
Сообщение: Re: pg_hba.conf