08-30-2010 07:49 AM
Hi,
I have a customer who load balances https across 3 servers. The vip load balances port 443 to real servers on port 443 also.
They prefer to terminate https on their own servers. There is a requirement for clients to stick to the same real server for the duration of the sesion. Is this possible when we are terminating 443 on the customers real servers?
thanks
Ian.
08-30-2010 08:08 AM
If you are not terminating ssl on the ace sticky options are limited, you can stick via ssl session id but this ge
nerally is unsatisfactory because IE reno
gatiates session id every 2 minute.
So you are limited to source ip sticky in this application such as:
sticky ip-netmask 255.255.255.255 address source GROUP1
timeout 240
replicate sticky
serverfarm test
then on lb policy use
policy-map type loadbalance first-match test4
class class-default
sticky-serverfarm GROUP1
08-30-2010 08:31 AM
Hi,
Thanks for the clarification and sample config. I suppose that cookies inserted by the servers is not an option as we are not terminating ssl on the ace appliances.
Ian.
11-22-2010 01:14 PM
You could try using a redirect rserver
redirect
http ----------->https
T
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide