ssl server: how to disable client cert verfication?

Chris Angelico rosuav at gmail.com
Thu Feb 3 19:55:55 EST 2022


On Fri, 4 Feb 2022 at 09:37, Grant Edwards <grant.b.edwards at gmail.com> 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.

What you're doing is a little unusual, so my first thought would be to
subclass Context and override whatever method does the checks.

ChrisA


More information about the Python-list mailing list