Anyone found issues with hosting websites behind a CSS 11503 and any browser that isn't IE 7/8?
We are finding that any other browser including now IE 9 doesn't seem to carry the session through like it did on IE 7/8. We have a pretty basic config as shown here:
service web1new.website
protocol tcp
ip address 192.168.27.28
keepalive type tcp
active
service web2new.website
protocol tcp
ip address 192.168.27.29
keepalive type tcp
active
content https.website.test
port 443
vip address 192.168.28.70
add service web1new.website
add service web2new.website
application ssl
advanced-balance ssl
protocol tcp
active
group website
vip address 192.168.28.70
add service web1new.website
add service web2new.website
active
The sites themselves run fine in IE 7/8. and are running on IIS 6
We have a "dummy" site that doesn't go throguh the load balancer (same hardware/software/config) that works fine on all broswer types...
I don't have alot of exprince with the CSS so i'm open to any sugestions. I know the cause of our issues is with in the CSS as we have a duplicate site that doesn't go through the CSS and works against all versions of all browsers.
Thanks for any directions you can point me in!
Dave