Re: error message "psql: expected authentication request from server, but received " when using psql to connect remote database

Поиск
Список
Период
Сортировка
От TIAN Justin
Тема Re: error message "psql: expected authentication request from server, but received " when using psql to connect remote database
Дата
Msg-id 02AD22EBEBC00940BBB63FEB6AB89BE3207AA9@CNSHGSMBS04.ad4.ad.alcatel.com
обсуждение исходный текст
Ответ на Re: error message "psql: expected authentication request from server, but received " when using psql to connect remote database  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: error message "psql: expected authentication request from server, but received " when using psql to connect remote database  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Tom Lane,

Thanks for your response,
Actually, we don't directly use postgre server,we open TCP connection to
support postgre wire protocol, so psql client can connect to our
application,
I found the problem is in the StartupMessage, when psql client version
is 8.1.4, the major and minor version in StartupMessage is 1234 and
5679, not 3 and 0, that is the problem, I want to know whether it is the
bug of 8.1.4, or I can do some configuration?

Thanks again for your answer

Thanks,
Justin


-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]=20
Sent: Thursday, May 22, 2008 9:43 PM
To: TIAN Justin
Cc: Heikki Linnakangas; pgsql-bugs@postgresql.org
Subject: Re: [BUGS] error message "psql: expected authentication request
from server, but received " when using psql to connect remote database=20

"TIAN Justin" <yongjuntian@alcatel-lucent.com> writes:
> Thanks for your quick response; the server we used is 8.1.4,
> The error when using client 8.1.4,=20
>> psql -U or -p 2222 -d testdb -h localhost
> Output:
> psql: expected authentication request from server, but received

What is in the server's pg_hba.conf file?  I'm particularly wondering
what auth method is being selected ...

            regards, tom lane

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

Предыдущее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: BUG #4186: set lc_messages does not work
Следующее
От: "Thomas H."
Дата:
Сообщение: Re: BUG #4186: set lc_messages does not work