Re: SSL and md5 password?

Поиск
Список
Период
Сортировка
Искать
От
Scott Marlowe
Тема
Re: SSL and md5 password?
Дата
Msg-id
dcc563d10810291149w520c718v2a2557f183aa604@mail.gmail.com
Ответ на
SSL and md5 password? (Peter Koczan)
Список
Дерево обсуждения
SSL and md5 password? "Peter Koczan" <pjkoczan@gmail.com>
Re: SSL and md5 password? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: SSL and md5 password? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: SSL and md5 password? "Scott Marlowe" <scott.marlowe@gmail.com>
Re: SSL and md5 password? Alvaro Herrera <alvherre@commandprompt.com>
Re: SSL and md5 password? Tom Lane <tgl@sss.pgh.pa.us>
Re: SSL and md5 password? "Peter Koczan" <pjkoczan@gmail.com>
Re: SSL and md5 password? Tom Lane <tgl@sss.pgh.pa.us>
Re: SSL and md5 password? "Peter Koczan" <pjkoczan@gmail.com>
On Wed, Oct 29, 2008 at 11:07 AM, Peter Koczan  wrote:
> Hi all,
>
> I'm looking to add an md5-based user to a postgres server, and I can't
> seem to get psql to connect using SSL. Normally I use Kerberos to
> connect, and that works flawlessly with SSL. I'd much prefer to use
> SSL connections, so I'm wondering if there's something I'm doing
> wrong.
>
> Here's what happens with a Kerberos connection...works just fine,
> connects using SSL:
>
> $ /s/postgresql/bin/psql -h dumbo.cs.wisc.edu -p 5432 koczan_test
> Welcome to psql 8.3.4, the PostgreSQL interactive terminal.
>
> Type:  \copyright for distribution terms
>       \h for help with SQL commands
>       \? for help with psql commands
>       \g or terminate with semicolon to execute query
>       \q to quit
>
> SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)
>
> koczan_test=>
>
> And an md5 connection...
>
> $ /s/postgresql/bin/psql -h dumbo.cs.wisc.edu -p 5432 -U test_md5 koczan_test
> Password for user test_md5:
> psql: FATAL:  no pg_hba.conf entry for host "128.105.162.36", user
> "test_md5", database "koczan_test", SSL off

According to this, you're trying to connect with SSL off, right?  I
don't think you've got any matching lines for that in your
pg_hba.conf.  But I could be reading that wrong.
В списке pgsql-admin по дате отправления
От: Peter Koczan
Дата:
Сообщение: Re: Recovering disk space...
От: Alvaro Herrera
Дата:
Сообщение: Re: SSL and md5 password?
FAQ