Christian Heimes <li...@cheimes.de> added the comment:

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

----------
nosy: +christian.heimes
versions: +Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34971>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to