STINNER Victor <vstin...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44297>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to