if a SSL server dies, LVS can direct the traffic to another server. Alternatively you can save SSL sessions in memcached for example, to share between SSL servers in the SSL farm. I once stumbled upon a patch for nginx that can do that.
Regards, Bar. On Tue, May 22, 2012 at 9:16 PM, Allan Wind <[email protected]>wrote: > On 2012-05-22 19:46:45, Vincent Bernat wrote: > > Yes. And solve session problem by using some kind of persistence, for > > example source hashing load balancing algorithm. > > Persistence here meaning ssl packets for a given session goes to > the same ssl server? If so what happens if that ssl server dies? > > > /Allan > -- > Allan Wind > Life Integrity, LLC > <http://lifeintegrity.com> > >

