Christian Heimes <[email protected]> added the comment: Err, I meant PROTOCOL_TLS_CLIENT:
>>> import ssl >>> context = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT) >>> context.check_hostname True >>> context.verify_mode <VerifyMode.CERT_REQUIRED: 2> ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32008> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
