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 kroeckx
Recipients alex, benjamin.peterson, christian.heimes, cstratak, dstufft, hroncok, janssen, kroeckx, ned.deily, yan12125
Date 2018-08-22.20:20:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534969238.31.0.56676864532.issue32947@psf.upfronthosting.co.za>
In-reply-to
Content
This are automated tests for the packages in Debian. I uploaded the pre9 version to unstable, and as a result of that all reverse dependencies got tested. I don't have any experience with python myself.

Anyway, the openssl.cnf in Debian contains:
[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT@SECLEVEL=2

So you might want to override that during the test suite by calling SSL_CTX_set_min_proto_version(ctx, 0).
History
Date User Action Args
2018-08-22 20:20:38kroeckxsetrecipients: + kroeckx, janssen, christian.heimes, benjamin.peterson, ned.deily, alex, dstufft, yan12125, cstratak, hroncok
2018-08-22 20:20:38kroeckxsetmessageid: <1534969238.31.0.56676864532.issue32947@psf.upfronthosting.co.za>
2018-08-22 20:20:38kroeckxlinkissue32947 messages
2018-08-22 20:20:38kroeckxcreate