2 messages in ru.sysoev.nginxRe: SSL session cache
FromSent OnAttachments
Daniel SchlenzigJul 22, 2009 1:27 am 
Igor SysoevJul 22, 2009 2:08 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: SSL session cacheActions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Jul 22, 2009 2:08:59 am
List:ru.sysoev.nginx

On Wed, Jul 22, 2009 at 10:27:40AM +0200, Daniel Schlenzig wrote:

Hello,

I'm currently in the process of evaluating nginx as an alternative for a apache setup. With apache I am using the SSL session caching based on distcache with memcached as backend interface. In nginx I have not found anything comparable. Well, there exists SSL session caching but only on a worker/process basis.

Are there any patches to support a "cluster" wide - i.e. with several servers - caching of the SSL session data?

nginx supports SSL session cache shared between workers:

ssl_session_cache shared:SSL:10m;

However, with nginx you may use long keep-alive connections and less number of hosts as compared to Apache setup.