Forum Discussion
lipos_54863
Nimbostratus
Apr 16, 2010irule not working on HTTPS
Hi,
I have a problem.
I need to apply this irule to both HTTP and HTTPS VS.
No persietence is added on the F5s.
It's doing it's thing on HTTP but crushing on HTTPS and showing "The connection was reset".
HTTPS is doing SSL offloading and both are using the same pool. Any suggestion?
timing on
when HTTP_REQUEST {
if { [HTTP::uri] contains "SingleSignOn"} {
node 89.x.x.x
log local0. "UNI triggered by: [HTTP::host][HTTP::uri], remote IP: [IP::remote_addr], node IP: [LB::server addr]"
}
elseif { [HTTP::uri] contains "SSO"} {
node 89.x.x.x
log local0. "UNI triggered by: [HTTP::host][HTTP::uri], remote IP: [IP::remote_addr], node IP: [LB::server addr]"
}
}
Logs for HTTP are working fine and showing in the syslog, but logs for HTTPS are not showing at all and the the connection is being reset. Any idea?
- hoolio
Cirrostratus
Hi Lipos,when HTTP_REQUEST { switch [HTTP::uri] { "SingleSignOn" - "SSO" { node 89.x.x.x 80 log local0. "UNI triggered by: [HTTP::host][HTTP::uri], remote IP: [IP::remote_addr], node IP: [LB::server addr]" } } }
- lipos_54863
Nimbostratus
Nice! - hoolio
Cirrostratus
The - in a switch statement means that the next case's action should be taken. It's just a way to group multiple switch cases. - lipos_54863
Nimbostratus
F5s rocks and so are you!
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