Difference between revisions of "Ssl session timeout"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
 +
ssl_session_timeout 5m;
 +
 +
 +
== Related terms ==
 +
{{Nginx SSL directives}}
 +
 +
== See also ==
 
* {{nginx.conf}}
 
* {{nginx.conf}}
 +
 +
[[Category:Nginx]]

Latest revision as of 07:59, 4 March 2021


ssl_session_timeout 5m;


Related terms[edit]

ssl_certificate /etc/nginx/ssl/example.pem;
ssl_certificate_key /etc/nginx/ssl/example.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on; server ciphers should be preferred over client ciphers when using the SSLv3 and TLS protocols[1]


ssl_certificate /etc/letsencrypt/live/www.example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/www.example.com/privkey.pem;
ssl_session_timeout
ssl_ciphers

See also[edit]

  • http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_prefer_server_ciphers
  • Advertising: