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...
Ashish_Gupta_15
Nimbostratus
Nov 23, 2016This thread is 3 years old but the original question had "SSL::enable serverside" in BOTH if and else conditions and that's why the if statement on the pool is not working correctly.
when SERVER_CONNECTED {
if { ([string tolower [LB::server pool]] matches "pool_foo_https") } {
SSL::enable serverside
}
else {
SSL::enable serverside
}
Should have been
when SERVER_CONNECTED {
if { ([string tolower [LB::server pool]] matches "pool_foo_https") } {
SSL::enable serverside
}
else {
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