Grant Edwards wrote at 2022-2-3 14:36 -0800:
>On 2022-02-03, Barry <ba...@barrys-emacs.org> wrote:
> ...
>I've looked through the ssl.Context documentation multiple times, and
>haven't been able to spot any option or flag that disables client
>certificate validation or allows the user to override the actual
>client certificate validation process.

Note that Python does not do the certificate validation itself
but delegates this to the underlying SSL library.
Thus, this library would need to support your use case.
It may not as your scenario is quite special.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to