Forum Discussion
tobulos1_310660
Nimbostratus
Feb 17, 2017If port 80 then HTTP else HTTPS
Hi!
We have an iRule that looks like this:
when HTTP_REQUEST {
if {[TCP::local_port] == 80 } {
pool test-pool
} elseif {[TCP::local_port] >= 3000 && [TCP::local_port] <= 3999 } {
...
Michele_Jetz
Nimbostratus
Feb 17, 2017I think since you have a http vs, you need to create an additional one with https and just redirect the requets != port 80 to the other vip which handle https traffic
iRules allow to "switch" the traffic to another vip command: "virtual vsname"
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
