Re: [HACKERS] RE: [INTERFACES] Re: SSL patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] RE: [INTERFACES] Re: SSL patch
Дата
Msg-id 1580.932830641@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] RE: [INTERFACES] Re: SSL patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> [ a bunch of stuff ]

After looking into this morning's patches digest, I see that half of
this already occurred to you :-).

I'd still suggest extending the client to fall back to non-SSL if the
server rejects the connection (unless it is told by the application
that it must make an SSL connection).  Then there's no compatibility
problem at all, even for mix-and-match SSL-enabled and not-SSL-enabled
clients and servers.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] RE: [INTERFACES] Re: SSL patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] SIGSEGV on CREATE FUNCTION with plpgsql