[Distutils] Announcement: TLSv1.2 will become mandatory in the future

Barry Warsaw barry at python.org
Tue Jan 10 11:17:58 EST 2017


On Jan 10, 2017, at 08:24 AM, Donald Stufft wrote:

>    python3 -c "import urllib.request,json; print(json.loads(urllib.request.urlopen('https://www.howsmyssl.com/a/check').read())['tls_version'])"

For Python 3.5:

python3 -c "import urllib.request,json; print(json.loads(urllib.request.urlopen('https://www.howsmyssl.com/a/check').read().decode('utf-8'))['tls_version'])"

Cheers,
-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20170110/c14fc105/attachment.sig>


More information about the Distutils-SIG mailing list