On Fri, 4 Feb 2022 at 09:37, Grant Edwards <grant.b.edwa...@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 -- https://mail.python.org/mailman/listinfo/python-list