Forum Discussion

truongh_36312's avatar
truongh_36312
Icon for Nimbostratus rankNimbostratus
May 05, 2017

BIGIP VIP not offload SSL but want to use irule redirect

Hi, We have BIGIP LTM which all VIPs not offload SSL, do we have someway to redirect the traffic on F5 ? Thanks for your advise.

 

5 Replies

  • tbyerly_229301's avatar
    tbyerly_229301
    Historic F5 Account

    Can you give a few more details? I'm not sure of the question or what you want to accomplish.

     

  • tbyerly_229301's avatar
    tbyerly_229301
    Historic F5 Account

    You can use an iRule and there are many examples here on DevCentral. A simple iRule example

     

    when HTTPS_REQUEST { HTTPS::redirect "https://abc.com[HTTP::uri]" }

     

    Apply that to VS. Make sure you have client SSL cert on both VS's

     

  • Hi,

     

    You can only enable http redirect if you enable both clientssl and http profiles!