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
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
'The module is experimental, caveat emptor applies', it's writed on the doc
of ngx_http_v2_module.
However nginx already has a stable version(1.10.1) which contains the v2
module.
If we use this latest stable version‘s http/2 module officially, what are
the risks?
And I know that NGI