We're trying to get a pair of ServerIrons installed. One thing they have to do is handle what we used to call "port following" - where a user is on http, then goes to ssl for authentication, then back to http for the rest of their site administration.

That all needs to be a "session" on a single real server. It *looks* like an application group should cover it, but it doesn't seem to - ssl doesn't always follow http, and vice-versa.

Here's the config code I tried:

server virtual vserver  12.34.56.78
sym-priority 110
predictor round-robin
port http sticky
port ssl sticky
port ssl ssl-terminate Vserver
track-group http 443
bind http rserver1 http rserver2 http
bind ssl rserver1 ssl rserver2 ssl


Am I missing something simple here?

Thanks,

--- David
_______________________________________________
foundry-nsp mailing list
[email protected]
http://puck.nether.net/mailman/listinfo/foundry-nsp

Reply via email to