Forum Discussion

tonychu_93578's avatar
tonychu_93578
Icon for Nimbostratus rankNimbostratus
May 15, 2009

combine https_passthrough iRule with redirect?

Hello,

 

I have implemented the iRule described at http://devcentral.f5.com/wiki/default.aspx/iRules/HTTPS_passthrough_fallback_URL.html.However, we would like to also combine the redirect (to https://mysite.com/login.aspx) so it can be used with another HTTP_REQUEST event. How would we add to this iRule or create a new one to work with this one?

 

Thanks.

2 Replies

  • with LTM you should be abele to create an irule with HTTP_REQUEST and execute it in the order you want.

     

  • If you want to redirect any client who makes a request to a specific URI, you would need to have an HTTP profile enabled on every request in order to check which URI the request is being made to and redirect the client. The point of the HTTPS passthrough iRule was to pass the SSL through to the pool encrypted and only enable decryption and HTTP parsing if the pool was down.

     

     

    Aaron