Forum Discussion

Moinul_Rony's avatar
Moinul_Rony
Icon for Altostratus rankAltostratus
Sep 11, 2014

Rewrite HTTPS to HTTP preserving HTTPS in the URL

Hi,

 

Are we able to use a pool listening on port 80 on a HTTPS VS listener.

 

What we want is to keep the URL secured in https while the traffic will be served from a pool running on port 80

 

Is this doable ?

 

7 Replies

  • So you want to have SSL on the clientside, but decrypt on the backend?

     

    If so, this is called SSL offload and is a very easy thing to do by having a clientside SSL profile but not putting one on the serverside.

     

    The only thing to watch out for are embedded URL references in your HTML code, or Location headers that don't include https:// schema.

     

  • So you want to have SSL on the clientside, but decrypt on the backend?

     

    If so, this is called SSL offload and is a very easy thing to do by having a clientside SSL profile but not putting one on the serverside.

     

    The only thing to watch out for are embedded URL references in your HTML code, or Location headers that don't include https:// schema.