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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] RE: [INTERFACES] Re: SSL patch
Дата
Msg-id 20663.932997539@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: [HACKERS] RE: [INTERFACES] Re: SSL patch  ("Ansley, Michael" <Michael.Ansley@intec.co.za>)
Список pgsql-hackers
"Ansley, Michael" <Michael.Ansley@intec.co.za> writes:
> Why does anything need to be broken if a different port is used?

That was the quick-and-dirty answer that I suggested to begin with, but
Magnus objected on the grounds that it would be a nontransparent change
for *users* of Postgres; anyplace that knows what port it is supposed
to connect to would have a problem.  I think he has a good point.
Pushing the conversion headaches out of our bailiwick does not mean that
there are no conversion headaches.

The solution that we arrived at does not break compatibility nor require
an additional port --- it will just mean a slightly slower connection
process when an SSL-using client tries to connect to a non-SSL-capable
server.  I think that's OK, since that scenario is probably the least
common of the four possible combinations.  (And if you're really worried
about a few extra millisec of startup time, the client-side library will
accept a connect option that tells it not to try the SSL connection...)
        regards, tom lane


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

Предыдущее
От: "Mark Hollomon"
Дата:
Сообщение: Re: [HACKERS] plperl intial pass
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: [HACKERS] postgres Web problem