Re: 8.0 Beta3 worked, RC1 didn't!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.0 Beta3 worked, RC1 didn't!
Дата
Msg-id 5527.1103737689@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 8.0 Beta3 worked, RC1 didn't!  ("A. Mous" <a.mous@shaw.ca>)
Список pgsql-general
"A. Mous" <a.mous@shaw.ca> writes:
> I didn't change the SSL settings from default, so I believe it should not be
> using it.

Nope, the default libpq behavior is "prefer SSL", so it will try an SSL
connection first ... if it is compiled to support SSL, which I believe
was not true in the beta3 windows release but is true in later releases.

Right at the moment I'm not convinced this is an SSL issue at all, it's
just that the connection failure occurs while we're asking the server if
it wants to do SSL.  You can try
    export PGSSLMODE=disable
before running psql and see how the behavior changes, but I suspect it
will still fail.

            regards, tom lane

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

Предыдущее
От: Együd Csaba (Freemail)
Дата:
Сообщение: Re: Strange Index behavior
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: 8.0 Beta3 worked, RC1 didn't!