Re: PostgreSQL SSL params

Поиск
Список
Период
Сортировка
От pramod kg
Тема Re: PostgreSQL SSL params
Дата
Msg-id CAHkcXnwwJa2ZSFLsxYn+4S5mF8d7ODYFe5QNMD522NeZ08MG4Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL SSL params  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Should it be combination of
'HIGH:!aNULL' ??

Regards,
Pramod



On Sun, 13 Jun 2021, 20:34 Tom Lane, <tgl@sss.pgh.pa.us> wrote:
pramod kg <pramod11287@gmail.com> writes:
> I have enabled ssl on my PG servers and have set ssl_cipher to "HIGH".
> Still, the security team complains that weak ciphers are accepted at server
> side (They have run some security tests).

The default setting of that is

#ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers

Perhaps the problem is your ill-advised removal of the !aNULL part.

                        regards, tom lane

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

Предыдущее
От: Wells Oliver
Дата:
Сообщение: pg_restore can't re-mat mat view that uses a function which depends on another mat view
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_restore can't re-mat mat view that uses a function which depends on another mat view