Forum Discussion
paulooliveira If you are not decrypting traffic at the F5 you cannot perform the redirect on the F5.
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
paulooliveira If you are not decrypting traffic at the F5 you cannot perform the redirect on the F5.