cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
430
Views
0
Helpful
1
Replies

How to config CSM load balance of http combined https

yueric
Level 1
Level 1

In this case,when I config CSM for load balance http and https service separately was ok.2 VIPs , 2 Serverfarms, One for http , and one for https .But I found that the https would referred to http information on IIS , because when the client first to access http is ok,and then login by https ,the information is not right.So,how to config CSM in this case,any reply will be very be appreciated.

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

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.

Review Cisco Networking for a $25 gift card