Christian Heimes added the comment:

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.

----------
Added file: http://bugs.python.org/file32967/asyncio_ssl_verify.patch

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

Reply via email to