Message 273670 - Python tracker (original) (raw)
Message273670
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:23 | christian.heimes | set | recipients: + christian.heimes, janssen, giampaolo.rodola, alex, hynek, Jim.Jewett, dstufft, Lukasa |
2016-08-25 16:48:23 | christian.heimes | set | messageid: 1472143703.62.0.419465032014.issue27850@psf.upfronthosting.co.za |
2016-08-25 16:48:23 | christian.heimes | link | issue27850 messages |
2016-08-25 16:48:23 | christian.heimes | create |