Scope: RFC 5077 defines stateless session tickets for earlier TLS versions. TLS 1.3 uses the different PSK-based design in RFC 8446, which obsoletes RFC 5077.
A TLS 1.2 A2A fleet accepts RFC 5077 tickets for 30 days. Forty gateways share one ticket-protection key, including a low-trust regional node that has been compromised. Operators argue that stateless tickets isolate the incident because clients store the session state.
An application log contains an opaque TLS 1.2 session ticket. An attacker copies that ticket but obtains neither the client's cached master secret nor the server's ticket-protection key. The attacker sends the ticket in a new ClientHello.
An Agent reuses the same encrypted session ticket in several handshakes. A passive observer cannot decrypt it but can see that the opaque byte string repeats. The profile promises that these connections cannot be correlated.
A server issued a ticket after certificate-based client authentication when Agent A could delete task T. The ticket remains within its server-selected lifetime, but the task owner has since revoked Agent A's delete permission. TLS resumption succeeds and restores the recorded client identity.