Forum Discussion

paulooliveira's avatar
paulooliveira
Icon for Nimbostratus rankNimbostratus
Nov 09, 2023

Problems with SSL profiles with Proxy SSL and Proxy SSL Passthrough enable

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