Re: [HACKERS] [Patch] Log SSL certificate verification errors

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [HACKERS] [Patch] Log SSL certificate verification errors
Дата
Msg-id CAB7nPqSSMiH-G4bsbXu6rY6z6JgXAa5995Wv5S7OJis8t27C0A@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] [Patch] Log SSL certificate verification errors  (Graham Leggett <minfrin@sharp.fm>)
Ответы Re: [HACKERS] [Patch] Log SSL certificate verification errors
Список pgsql-hackers
On Sat, Nov 11, 2017 at 3:34 AM, Graham Leggett <minfrin@sharp.fm> wrote:
> Currently neither the server side nor the client side SSL certificate verify callback does anything, leading to
potentialhair-tearing-out moments.
 
>
> The following patch to master implements logging of all certificate verification failures, as well as (crucially)
whichcertificates failed to verify, and at what depth, so the admin can zoom in straight onto the problem without any
guessing.

Could you attach as a file to this thread a patch that can be easily
applied? Using git --format-patch or simply diff is just fine.

Here are also some community guidelines on the matter:
https://wiki.postgresql.org/wiki/Submitting_a_Patch

And if you are looking for feedback, you should register it to the
next commit fest:
https://commitfest.postgresql.org/16/
-- 
Michael


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

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] pg_upgrade to clusters with a different WAL segment size
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] [PATCH] A hook for session start