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 vstinner
Recipients Anthony Sottile, Mark.Shannon, domdfcoding, gvanrossum, pablogsal, vstinner
Date 2021-06-21.15:42:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Can the issue be closed?

I'm not sure which assertion failed in test_ssl.test_pha_required_nocert(). I bet on this one:

                with self.assertRaisesRegex(
                    ssl.SSLError,
                    '(certificate required|EOF occurred)'
                ):

I don't know if the commit 82e5c28af7049c4f5343c808f172cbe2e145f49b is supported is to fix issue or not.
History
Date User Action Args
2021-06-21 15:42:17vstinnersetrecipients: + vstinner, gvanrossum, Mark.Shannon, Anthony Sottile, pablogsal, domdfcoding
2021-06-21 15:42:17vstinnersetmessageid: <[email protected]>
2021-06-21 15:42:17vstinnerlinkissue44297 messages
2021-06-21 15:42:17vstinnercreate