Answer the question
In order to leave comments, you need to log in
Nginx: SSL Session timeout configured one thing, getting another, why?
Hello.
There is nginx, setting, standard:
ssl_session_cache builtin:1000 shared:SSL:10m;
ssl_session_timeout 5m;
5 minutes for the test
To test the operation of sessions and check the timeout, I took openssl cli:
openssl s_client -connect my.com:443 -reconnect -no_ticket
As a result, I get several reconnects with confirmation that the session has been reused:
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question