Mcanfield_61017
May 20, 2011Nimbostratus
Persistence without SSL offloading
Is it possible to have an iRule that does Source Ip + Source port persistance without SSL
offloading?
We were going to use this:
when CLIENT_ACCEPTED {
Set persistence based on client IP:port for 3600 seconds
set tcp_port_cmd "TCP::client_port"
persist uie "[IP::client_addr]:[eval $tcp_port_cmd]" 3600}
But are not sure if this will work without SSL.
thanks in advance.