Re: slower connect from hostnossl clients

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: slower connect from hostnossl clients
Дата
Msg-id CABUevEx9JYk5XC7mckWJ2gKRqoR7fpfV7TJ87JXCRWd5667A_A@mail.gmail.com
обсуждение исходный текст
Ответ на slower connect from hostnossl clients  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: slower connect from hostnossl clients  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers


On Tue, Jun 7, 2016 at 11:24 AM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
Hi

I am testing speed of connection to Postgres.

The ssl connection is slower, and it is expected. But when I configure pg_hba.conf to disable ssl via hostnossl, then ssl is not used, but the speed is similar to ssl.

Is it expected behave?


That's definitely not expected behavior. hostnossl should turn off ssl which should turn off the overhead completely. Does it make a difference if you also disable it from the client side? 

--

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: slower connect from hostnossl clients
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: slower connect from hostnossl clients