09-Nov-2023 13:07
Hi All
I need to redirect connections with another URL to another pool.
VS has SSL passthrough enabled, but my irule does not work.
when HTTP_REQUEST {
if { ([HTTP::uri] equals "/accessapp") } {
pool pool_accessapp
}
}
I have the same irule in other VS, but with SSL passthrough disabled.
Regards
09-Nov-2023 21:15
@paulooliveira If you are not decrypting traffic at the F5 you cannot perform the redirect on the F5.