There are 2 different ways.
You could combine the 2 vserver into a single one by not specifying the tcp port.
Another solution would be to use the same sticky group for both vservers.
For example, you could use sticky srcip.
ie:
sticky 10 netmask /32 address source
vserver http
...
sticky 60 group 10
...
inservice
vserver https
...
sticky 60 group 10
...
inservice
Regards,
Gilles.
Thanks for rating this answer.