Forum Discussion
adrian_171483
Cirrus
Sep 04, 2015Irule problems
Hi I have a quirky request from a customer for the following conditions
they have 3 pools, one of the pools has servers that are listening on 8443 doing its own offload
so the conditions re...
Michael__
Nimbostratus
Sep 04, 2015Hi,
a variant without switch, but should have the same effect
when HTTP_REQUEST {
VS has an serverside ssl profile attached but in general we dont want ssl on serverside
SSL::disable serverside
if {[string tolower [HTTP::uri]] eq "/dashboard"} or {[string tolower [HTTP::uri]] eq "/filecatcher"}{
pool 5000-farm
} elseif {[HTTP::uri] starts_with "/test"}{
HTTP::uri replace "/test" "/"
pool 9080-farm
} elseif {[HTTP::uri] starts_with "/test" {
SSL::enable serverside
pool 8443-farm
} else {
Insurance to make sure that if it is enabled anywhere it gets disabled
SSL::disable serverside
}
}
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
