Forum Discussion
Jinshu
Cirrus
Oct 21, 2015Is it possible to write an Irule for SSL exception based on IP address?
Hello,
is it possible to write an irule for except the traffic from specefic source address to pass it with out SSL?
I have an VIP configured with SSL offloading and http to https redirect...
Jinshu
Cirrus
Oct 22, 2015Can i use below irule to disable http to https redirection for VIP on port 80??
when HTTP_REQUEST {
if { [IP::addr [IP::client_addr] eq 10.55.22.22] }
{
return
do nothing
}
else {
HTTP::redirect https://[HTTP::host][HTTP::uri] }
}
-Jinshu
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