Check if TLS session resumption is supported
TLS session resumption allows clients and servers to reuse previously negotiated cryptographic parameters, significantly reducing the latency of subsequent TLS handshakes. There are two main mechanisms: session IDs (server-side cache) and session tickets (client-side encrypted tickets). Our tool tests both methods and reports whether your server supports them, along with performance measurements.
Mechanism: TLS session resumption (session IDs and session tickets)
Performance: Handshake time reduction through session reuse
Cache: Session cache configuration and management
Output: Session resumption status with performance analysis