Re: ssl_session_timeout issues

2017-03-06 Thread Nomad Worker
Thank you Maxim, my reading is wrong, this line of code is in function ngx_ssl_session_cache, and I ignored it. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,272772,272783#msg-272783 ___ nginx mailing list nginx@nginx.org http://mailman.ngi

Re: ssl_session_timeout issues

2017-03-06 Thread Maxim Dounin
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 re

Re: ssl_session_timeout issues

2017-03-06 Thread A. Schulze
Nomad Worker: 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 ti

ssl_session_timeout issues

2017-03-05 Thread Nomad Worker
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 se