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 vstinner
Recipients alex, christian.heimes, dstufft, janssen, pitrou, vstinner
Date 2017-09-01.15:05:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504278303.96.0.0900020865932.issue31320@psf.upfronthosting.co.za>
In-reply-to
Content
I'm running Fedora 26:

haypo@selma$ ./python -m test.pythoninfo|grep -E 'ssl|platform'
platform.architecture: 32bit ELF
platform.platform: Linux-4.12.5-300.fc26.x86_64-x86_64-with-fedora-26-Twenty_Six
platform.python_implementation: CPython
ssl.HAS_SNI: True
ssl.OPENSSL_VERSION: OpenSSL 1.1.0f-fips  25 May 2017
ssl.OPENSSL_VERSION_INFO: (1, 1, 0, 6, 15)
ssl.OP_ALL: -0x7fffffac
ssl.OP_NO_TLSv1_1: 0x10000000
sys.platform: linux
History
Date User Action Args
2017-09-01 15:05:03vstinnersetrecipients: + vstinner, janssen, pitrou, christian.heimes, alex, dstufft
2017-09-01 15:05:03vstinnersetmessageid: <1504278303.96.0.0900020865932.issue31320@psf.upfronthosting.co.za>
2017-09-01 15:05:03vstinnerlinkissue31320 messages
2017-09-01 15:05:03vstinnercreate