Forum Discussion
Landono
Nimbostratus
Sep 04, 2014SSL Serverside Not Being Disabled Correctly
Currently we have an iRule that selects the pool based on the URL path. Some pools accept SSL while others do not. In the IF statement (which is in the HTTP_REQUEST event block), if the traffic is fo...
Kevin_Davies_40
Nacreous
Sep 05, 2014The X-Forwarded-For header can be added with a tick box in a http profile.
If this is 11.4+ then you should use policies. No iRule needed.
If pre 11.4 then use HTTP classes for pool selection and add the following iRule. Ensure you have a catchall class at the end for the default pool.
when HTTP_CLASS_SELECTED {
switch [HTTP::class] {
"class_pool_bar" -
"class_pool_default" { 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