only one ssl-proxy-list can be active at the
one time for an SSL module.You can have multiple ssl servers under a proxy list. In each server, you specify the VIP,port cert/key pair to use for authentication.
*BUT* you cannot create a proxy-list with multiple servers, when both servers are using the same VIP & POrt.
With same VIP & Same Port number (443) CSS cannot diffrentiate between the two.
One option could be to use differnt ports for two ssl-servers.
since the traffic is encrypted when it hits the vip, Layer 7 info cannot be used to differentiate traffic.
So only option left is to differentiate traffic by Layer 4 info.
Syed Iftekhar Ahmed