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 Jim.Jewett, Lukasa, alex, christian.heimes, dstufft, giampaolo.rodola, hynek, janssen
Date 2016-08-25.16:48:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472143703.62.0.419465032014.issue27850@psf.upfronthosting.co.za>
In-reply-to
Content
Jim, https://docs.python.org/3/library/ssl.html#ssl.SSLContext.set_ciphers

>>> ctx = ssl.create_default_context()
>>> ctx.set_ciphers('HIGH:+3DES:!MD5')

Please note that OpenSSL 1.1 will remove 3DES from default builds. You will have to build your own OpenSSL and re-compile Python in order to use 3DES with OpenSSL 1.1.
History
Date User Action Args
2016-08-25 16:48:23christian.heimessetrecipients: + christian.heimes, janssen, giampaolo.rodola, alex, hynek, Jim.Jewett, dstufft, Lukasa
2016-08-25 16:48:23christian.heimessetmessageid: <1472143703.62.0.419465032014.issue27850@psf.upfronthosting.co.za>
2016-08-25 16:48:23christian.heimeslinkissue27850 messages
2016-08-25 16:48:23christian.heimescreate