Forum Discussion
Strange issue in irule
Hi F5 Expert
I am facing strange issue with irule. Same irule is working with HTTP & responding header values but not responding any header value with HTTPS VIP. Any
when HTTP_REQUEST {
if { ([class match [string tolower [HTTP::uri]] contains xyz-int]) and ( [HTTP::uri] contains "xbimmmaw") } {
HTTP::respond 200 content “STATUS=6144; FO=0;” noserver Server abc
}
}
HTTP response Header
Header: Serverxxxyz21
ConnectionKeep-Alive
Content-Length18
Content: STATUS=6144; FO=0;
HTTPS ResonceResponse: “ERR_CONNECTION_RESET” in browser
5 Replies
- Faruk_AYDIN
Altostratus
Did you also attach http profile to HTTPS VIP? - Samir_Jha_52506
Noctilucent
HTTP profile has added in both VIP. Hi Samir,
please provide the output of the iRule below and also take a look if your iRule has already logged some errors...
when CLIENT_ACCEPTED { log local0. "I'm connected to the VS" } when CLIENTSSL_HANDSHAKE { log local0. "I'm SSL handshaked with the VS" } when HTTP_REQUEST { log local0. "The VS understands my HTTP request." }Cheers, Kai
- arpydays
Nimbostratus
is the behaviour as expected with the irule not attached?
- PauloWCorrea
Nimbostratus
Try to set Source Address Translation - Auto Map
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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