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 cfactoid
Recipients alex, cfactoid, christian.heimes, dstufft, janssen
Date 2019-08-06.21:49:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565128163.43.0.677403761272.issue37777@roundup.psfhosted.org>
In-reply-to
Content
Update: After digging further (and enabling the "Less secure app access" setting on the test Google account) it looks like Python 2.7 caps TLS at 1.2 rather than using 1.3 when OpenSSL is upgraded. This prevents breakage, and it looks like the SSLSocket class silences the handshake complaints.

If this were an active branch, this could be worth revisiting - but since 2.7 is soon to be EOL and we can't reproduce the breakage, not sure it's worth it.
History
Date User Action Args
2019-08-06 21:49:23cfactoidsetrecipients: + cfactoid, janssen, christian.heimes, alex, dstufft
2019-08-06 21:49:23cfactoidsetmessageid: <1565128163.43.0.677403761272.issue37777@roundup.psfhosted.org>
2019-08-06 21:49:23cfactoidlinkissue37777 messages
2019-08-06 21:49:23cfactoidcreate