Re: Tomcat TLS session resumption in cluster

2019-07-24 Thread Mark Thomas
On 17/07/2019 00:06, M.S. Dousti wrote: > Dear all, > > TLS allows session resumption via session IDs or session tickets. [This > post]( > https://timtaubert.de/blog/2014/11/the-sad-state-of-server-side-tls-session-resumption-implementations/) > shows how this can be performed in Apache web server

Tomcat TLS session resumption in cluster

2019-07-16 Thread M.S. Dousti
Dear all, TLS allows session resumption via session IDs or session tickets. [This post]( https://timtaubert.de/blog/2014/11/the-sad-state-of-server-side-tls-session-resumption-implementations/) shows how this can be performed in Apache web server and Nginx. Specially, Apache has a [`SSLSessionTick