workerman
workerman copied to clipboard
Is there a way to mimic ssl_session_tickets setting?
Hi,
I'm wondering if there's a way to mimic ssl_session_tickets "off" in Nginx?
Basically, I want to disable session resumption through TLS session tickets (or reset them per request).
Thanks!