RE: SSL session caching

2015-06-02 Thread Lukas Tribus
> In my current setup I have nginx behind a load balancing router (OSPF) > where each connection to the same address has about 16% chance of > hitting the same server as the last time. If you get your router to only hash source and destination IP instead of 5-tuple for the load-balancing, that

SSL session caching

2015-06-02 Thread CJ Ess
In my current setup I have nginx behind a load balancing router (OSPF) where each connection to the same address has about 16% chance of hitting the same server as the last time. In a setup like that, does SSL session caching make any difference? I was thinking it through this morning and I&#

Re: SSL session caching

2015-06-02 Thread Maxim Dounin
Hello! On Tue, Jun 02, 2015 at 10:29:31AM -0400, CJ Ess wrote: > In my current setup I have nginx behind a load balancing router (OSPF) > where each connection to the same address has about 16% chance of hitting > the same server as the last time. > > In a setup like that, d