Welcome! Log In Create A New Profile

Advanced

Re: ssl_session_timeout issues

Maxim Dounin
March 06, 2017 09:04AM
Hello!

On Sun, Mar 05, 2017 at 09:58:47PM -0500, Nomad Worker wrote:

> I read the code of ssl module, the directive ssl_session_timeout seems only
> used for ssl session cache, not for ssl session ticket.
> the document describes the directive as 'Specifies a time during which a
> client may reuse the session parameters.' Is it not exactly?
> Is there any timeout for ssl session ticket ?

The documentation is correct here, and your reading of the code is
wrong or you are reading a very outdated version of the code.
SSL_CTX_set_timeout() is always called, so ssl_session_timeout
applies to all forms of session resumption, that is, both session
cache and session tickets. See this commit for details:

http://hg.nginx.org/nginx/rev/767aa37f12de

--
Maxim Dounin
http://nginx.org/
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

ssl_session_timeout issues

Nomad Worker March 05, 2017 09:58PM

Re: ssl_session_timeout issues

A. Schulze March 06, 2017 06:42AM

Re: ssl_session_timeout issues

Maxim Dounin March 06, 2017 09:04AM

Re: ssl_session_timeout issues

Nomad Worker March 07, 2017 12:49AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 315
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready