This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Westly.Ward, janssen, pitrou
Date 2010-05-07.21:06:12
SpamBayes Score 0.025306277
Marked as misclassified No
Message-id <1273266374.15.0.760130142372.issue8655@psf.upfronthosting.co.za>
In-reply-to
Content
You must use either ssl.CERT_OPTIONAL or ssl.CERT_REQUIRED if you want to retrieve the client certificate. I admit this makes the getpeercert() API a bit strange, and I'm not sure why the original decision was made.

Can you confirm this fixes your issue?
History
Date User Action Args
2010-05-07 21:06:14pitrousetrecipients: + pitrou, janssen, Westly.Ward
2010-05-07 21:06:14pitrousetmessageid: <1273266374.15.0.760130142372.issue8655@psf.upfronthosting.co.za>
2010-05-07 21:06:12pitroulinkissue8655 messages
2010-05-07 21:06:12pitroucreate