Forum Discussion
Brian_Gupta_115
Nimbostratus
Mar 24, 2005Error message from iRule "Operation not supported"
Mar 24 10:35:00 tmm tmm[702]: 01220001:3: TCL error: Rule http2https_redirect - Operation not supported. Multiple redirect/respond invocations no
t allowed (line 1) invoked from within "redirect to "https://[HTTP::host][HTTP::uri]""
rule http2https_redirect {
when HTTP_REQUEST {
redirect to "https://[HTTP::host][HTTP::uri]"
}
}
I am calling this rule from two different VIPS.
One thing. This rule redirect to another VIP on the bigip.
- unRuleY_95363Historic F5 AccountThat error message occurs when a redirect is evaluated twice on the same connection. So, either you have multiple rules with redirect on that virtual or possibly there is some interaction with pipelining going on (Maybe you could log HTTP::request_num to see if that's happening).
- Brian_Gupta_115
Nimbostratus
Thanks, I have a case open. I just wanted to know what the error meant. - Brian_Gupta_115
Nimbostratus
Got it working... the double quotes were breaking it.
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