Forum Discussion
john_waterworth
Nimbostratus
Nov 22, 2010redirect works when http node down but not when https node down
I have this rule working when the nodes are down in the http pool but it does not work when the nodes are down in the https pool. Does anyone have any suggestions ?
Thanks
when LB_FAILED {
if { [active_members [LB::server pool]] < 1 } {
The redirect will be sent only if LB_FAILED
was because the pool had no available members.
HTTP::fallback "https://tw-gateway-staging.lionbridge.com/outage/default.aspx"
}
}
- hoolio
Cirrostratus
Hi John, - john_waterworth
Nimbostratus
Hi, - hoolio
Cirrostratus
In order for LTM to inspect or modify the HTTP, you'll need to have LTM decrypt the SSL using a client SSL profile. If you do add an HTTP profile and don't add a client SSL profile, all HTTPS traffic to the VS will fail as LTM can't process it as HTTP.
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