Hello, On Wed, 3 Feb 2021 at 17:44, Илья Шипицин <[email protected]> wrote: > > TLS1.2 uses tls tickets, when TLS1.0 uses ssl sessions.
I believe this is incorrect, TLSv1.2 works just fine with Session ID's (RFC5246) and TLS 1.0 works fine with TLS tickets (RFC5077). I'm not aware of any restrictions between TLSv1.0/1.2 and session ID's vs TLS tickets. Lukas

