I'm using nginx, and want to implement SSL session resumption. How should we I test if it is working?
I have enabled these settings:
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;
|
feedback
|
|
I'm not sure of a way to test locally, but if your site is public, ssllabs provide a nice testing tool: | |||
|
feedback
|