[BUGS] BUG #14893: libpq SSL ClientHello too long,no option to set ciphers or affect cipher list length

Поиск
Список
Период
Сортировка
От minfrin@sharp.fm
Тема [BUGS] BUG #14893: libpq SSL ClientHello too long,no option to set ciphers or affect cipher list length
Дата
Msg-id 20171109135718.1492.93238@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: [BUGS] BUG #14893: libpq SSL ClientHello too long, no option to set ciphers or affect cipher list length  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14893
Logged by:          Graham Leggett
Email address:      minfrin@sharp.fm
PostgreSQL version: 9.5.9
Operating system:   Ubuntu Xenial
Description:

Hi all,

I am having trouble on an Ubuntu Xenial machine where the out-the-box psql
refuses to connect to the out-the-box postgresql over SSL. The same setup
worked on Ubuntu Trusty.

Debugging reveals that the cipher list sent by the libpg client is too long
(greater than 255 bytes), and this causes the postgresql server to slam down
the phone, or it derails the client side enough that a bogus message "tlsv1
alert unknown ca" is returned by the client.

We need a way to either:

- Set the sslcipher in the connection URL, or
- Set the default cipher during the connection to something reasonably
sensible to keep the ClientHello size down.

The cipher can be controlled by ssl_cipher on the server side, but this was
forgotten on the client side.

Regards,
Graham
--



--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: Jeevan Chalke
Дата:
Сообщение: Re: [BUGS] BUG #14890: Error grouping by same column twice using FDW
Следующее
От: Kotadiya Dhrupesh
Дата:
Сообщение: [BUGS] Help me plz