Forum Discussion
Gbps_31870
Nimbostratus
Nov 06, 2012SNAT iRule is working with HTTP but not HTTPS
Hi,
I have the below iRule, and it's working with HTTP requests but not with HTTPS. Note that the servers side for both requests is HTTP. Any idea why the iRule is not working in case of ...
What_Lies_Bene1
Cirrostratus
Nov 06, 2012Interesting. How do things look at the client browser? Can you try this rule? I've added an if statement and some logging;
when HTTP_REQUEST {
if { switch [string tolower [HTTP::path]] {
"/xyz/abc" {
log local. "HTTPS Traffic - String Matched"
pool Pool_X
log local. "HTTPS Traffic - Pool Specified"
snat 10.10.10.1
log local. "HTTPS Traffic - SNAT Specified"
return }
}
}
else
}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
