Forum Discussion

ema_128890's avatar
ema_128890
Icon for Nimbostratus rankNimbostratus
Jul 07, 2016

offload ssl and adding new uri

Hi,   I have a VS setup for port 443 with client ssl profile and a pool with one member. HTTP profile is also in use. I'm looking for help so that when someone hits the VS at https://abc.com it ...
  • Yann_Desmarest_'s avatar
    Jul 07, 2016

    Hi,

    Try adding a log on your irule and trace what happens on the client side with fiddler tool.

    You can also change your irule :

    when HTTP_REQUEST { 
      if { [HTTP::uri] eq "/" } { 
      HTTP::uri "/reports" 
      } 
    }