Forum Discussion
PeterB_71603
Nimbostratus
Jun 26, 2017iRule node directive not working with SSL terminated virtual server
I'm having trouble with an iRule running on a virtual server handling https traffic - specifically with the "node" directive. The situation:
I have a pair of virtual servers, I'll call them Port80...
- Jun 26, 2017
Have you considered changing the switch to something like this? Seems buggy that http works but not https, but I would think the query is the better aspect to select from.
switch -glob [string tolower [HTTP::query]] { "s=prodapp2" { node 192.168.196.43 } }
ekaleido
Cirrus
Jun 26, 2017Have you considered changing the switch to something like this? Seems buggy that http works but not https, but I would think the query is the better aspect to select from.
switch -glob [string tolower [HTTP::query]] {
"s=prodapp2" { node 192.168.196.43 }
}
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