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 christian.heimes
Recipients Arfrever, christian.heimes, dstufft, georg.brandl, giampaolo.rodola, gvanrossum, janssen, larry, pitrou, python-dev
Date 2013-12-04.07:14:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386141257.58.0.942467543151.issue19509@psf.upfronthosting.co.za>
In-reply-to
Content
I'd rather have integration test with a real SSL connection in order to check the entire stack. asyncio doesn't have a test for CERT_REQUIRED yet. The attached patch tests three common cases: missing CA, missing server_hostname and a successful connection with full verification.
History
Date User Action Args
2013-12-04 07:14:17christian.heimessetrecipients: + christian.heimes, gvanrossum, georg.brandl, janssen, pitrou, larry, giampaolo.rodola, Arfrever, python-dev, dstufft
2013-12-04 07:14:17christian.heimessetmessageid: <1386141257.58.0.942467543151.issue19509@psf.upfronthosting.co.za>
2013-12-04 07:14:17christian.heimeslinkissue19509 messages
2013-12-04 07:14:17christian.heimescreate