Re: slower connect from hostnossl clients

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: slower connect from hostnossl clients
Дата
Msg-id CAFj8pRCqPy-0T-zGxriU3N1vxmoAgi5AWsrm=9LRRQscyU3SMA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: slower connect from hostnossl clients  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: slower connect from hostnossl clients  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers


2016-06-07 11:29 GMT+02:00 Magnus Hagander <magnus@hagander.net>:


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? 

When I explicitly disabled ssl, then I seen significantly less time

Regards

Pavel
 

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

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