Welcome! Log In Create A New Profile

Advanced

ssl_session_cache question

Posted by sousstudio 
ssl_session_cache question
July 01, 2016 12:27PM
Hey! I have a question. Suppose we have server with multiple SSL sites. We use SSL cache. What is appropriate way to do it?

a. Global ssl_session_cache in http section like:
ssl_session_cache shared:SSL:50m;

or

b. Local ssl_session_cache in server sections like:

server {
..
ssl_session_cache shared:SSL1:10m;
..
}

NOTE: Different servers, different keys.

Thanks!
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 104
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready