ssl server: how to disable client cert verfication?

Grant Edwards grant.b.edwards at gmail.com
Thu Feb 3 13:57:56 EST 2022


I've got a small ssl server app. I want to require a certificate from
the client, so I'm using a context with

context.verify_mode = ssl.CERT_REQUIRED

But, I want all certificates accepted. How do I disable client
certificate verification?

--
Grant





More information about the Python-list mailing list