When setting ssl_session_cache
in Nginx
I often see examples set it as one of the two options:
ssl_session_cache shared:SSL:10m;
or ssl_session_cache shared:MozSSL:10m;
What is the difference between these two?
When setting ssl_session_cache
in Nginx
I often see examples set it as one of the two options:
ssl_session_cache shared:SSL:10m;
or ssl_session_cache shared:MozSSL:10m;
What is the difference between these two?