Forum Discussion

2 Replies

  • Hi,

     

    what do you mean? are you sure the need is "redirect"...

     

    "redirect" is a specific word in HTTP: it is a reply to the client saying the ressource has moved (temporary of definitively)

     

    as source and target share IP (same hostname) and port and the only difference is protocol, you cannot " redirect" from http://int-biz.abc.com:7020 to https://int-biz.abc.com:7020

     

    Is the flow the following:

     

    • Internal users : Client -> VS LB_INT port 7020 (Client SSL enabled) -> pool member port 80
    • External users : Client -> VS LB_EXT port 443 (Client SSL enabled) -> VS LB_INT port 7020 (Client SSL enabled) -> pool member port 80

    If this is the flow, you only need to enable a Server SSL profile on the VS LB_OUT

     

  • Correct, poor choice of words..

     

    I will check into using a Server SSL profile on the VIP.