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 RemiCardona, asvetlov, christian.heimes, yselivanov
Date 2018-10-22.10:06:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540202794.99.0.788709270274.issue34971@psf.upfronthosting.co.za>
In-reply-to
Content
Don't use the existing session feature, yet. It only works for TLS 1.2 connections. TLS 1.3 behaves differently. There are multiple session tickets (usually two) and tickets are sent after handshake. Further more, Python lacks clear shutdown of a connection, which causes further problems with session handling. See https://www.openssl.org/docs/manmaster/man3/SSL_get_session.html
History
Date User Action Args
2018-10-22 10:06:35christian.heimessetrecipients: + christian.heimes, asvetlov, yselivanov, RemiCardona
2018-10-22 10:06:34christian.heimessetmessageid: <1540202794.99.0.788709270274.issue34971@psf.upfronthosting.co.za>
2018-10-22 10:06:34christian.heimeslinkissue34971 messages
2018-10-22 10:06:34christian.heimescreate