Forum Discussion
Lance_Simon_557
Mar 22, 2008Historic F5 Account
Fallback URL for SSL pass through
I'd like to have a fallback url to send traffic to if I do not have any pool members available for my "pass through" SSL VIP. I was thinking that this might work, but I was wrong:
when CLIEN...
The_Bhattman
Nimbostratus
Mar 22, 2008Not sure if this going to help but have you tried using the following
when CLIENTSSL_HANDSHAKE {
if { [active_members https_pool] > 1 } { HTTP::redirect "https://abc.123.com" }
}or
when SERVERSSL_HANDSHAKE {
if { [active_members https_pool] > 1 } { HTTP::redirect "https://abc.123.com" }
}CB
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects