Does nginx support SSL resumption?

Igor Sysoev is at rambler-co.ru
Sat May 30 10:51:52 MSD 2009


On Fri, May 29, 2009 at 04:09:23PM -0700, Michael Shadle wrote:

> If so, is it enabled by default? How can I enable it?

If you mean SSL session reusing, then

ssl_session_cache  shared:SSL:10m;

Default is "ssl_session_cache none".


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list