Actually I can have the same vip, but not the same vip/port combination. For what I wanted to achieve in my example above the following ssl-proxy-list will work:ssl-proxy-list test-list ssl-server 10 ssl-server 10 vip address 192.168.1.1 ... ssl-...
My question is similar wrt the single active ssl-accel service:I have many virtual servers (different vip/port combos) and many backend servers listening on different ports. For example,vip1/443 maps to server1/80vip2/443 maps to server2/80vip2/444 m...