Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nginx ssl_session_cache difference between shared:SSL and shared:MozSSL?

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?

like image 478
pyCthon Avatar asked May 29 '26 18:05

pyCthon


1 Answers

It's just a name. It can be any string.

like image 105
user2924768 Avatar answered Jun 02 '26 09:06

user2924768



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!