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 barry, christian.heimes, giampaolo.rodola, ned.deily, vstinner
Date 2018-02-26.08:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519634677.9.0.467229070634.issue32706@psf.upfronthosting.co.za>
In-reply-to
Content
Ned, I'm going to rewrite part of the test infrastructure during beta phase. The ssl module now works according to specifications. When the client doesn't recognize a hostname, it aborts the TLS connection with a TLS ALERT message. The old asynchat test system cannot handle TLS connection abort correctly.

It's really just testing. No public APIs will be affected.
History
Date User Action Args
2018-02-26 08:44:37christian.heimessetrecipients: + christian.heimes, barry, vstinner, giampaolo.rodola, ned.deily
2018-02-26 08:44:37christian.heimessetmessageid: <1519634677.9.0.467229070634.issue32706@psf.upfronthosting.co.za>
2018-02-26 08:44:37christian.heimeslinkissue32706 messages
2018-02-26 08:44:37christian.heimescreate