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 xiang.zhang
Recipients alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou, xiang.zhang
Date 2016-04-28.05:13:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461820426.65.0.0466455910575.issue26867@psf.upfronthosting.co.za>
In-reply-to
Content
After some test, I think the reason causing this error is due to SSL_CTX_clear_options. 

With OPENSSL_VERSION_NUMBER 268443775, SSL_CTX_clear_options(self->ctx, 2248147967) returns 33554432, where SSL_CTX_get_options returns 2248147967. From the manpage of SSL_CTX_clear_options, it seems it should return 0.
History
Date User Action Args
2016-04-28 05:13:46xiang.zhangsetrecipients: + xiang.zhang, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, dstufft
2016-04-28 05:13:46xiang.zhangsetmessageid: <1461820426.65.0.0466455910575.issue26867@psf.upfronthosting.co.za>
2016-04-28 05:13:46xiang.zhanglinkissue26867 messages
2016-04-28 05:13:46xiang.zhangcreate