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 benjamin.peterson, cheryl.sabella, christian.heimes, docs@python, kroeckx, miss-islington
Date 2018-02-21.09:45:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519206356.09.0.467229070634.issue32008@psf.upfronthosting.co.za>
In-reply-to
Content
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>
History
Date User Action Args
2018-02-21 09:45:56christian.heimessetrecipients: + christian.heimes, benjamin.peterson, docs@python, kroeckx, cheryl.sabella, miss-islington
2018-02-21 09:45:56christian.heimessetmessageid: <1519206356.09.0.467229070634.issue32008@psf.upfronthosting.co.za>
2018-02-21 09:45:56christian.heimeslinkissue32008 messages
2018-02-21 09:45:56christian.heimescreate