Forum Discussion

Won_Lee_98918's avatar
Won_Lee_98918
Icon for Nimbostratus rankNimbostratus
Oct 11, 2007

Another HTTP to HTTPS question...

We have our application server doing HTTP and I created a Virtual Server using HTTPS. The client communication would use HTTPS but the server side would use HTTP but the problem that I see is that our applicaiton has hardcoded URLs which points to HTTP. I can get to the first logon page using HTTPS but any page after that it fails becuase it is directing me to HTTP.

 

 

Is there anyway I can use an iRule to make it all look like HTTPS from the client side???

 

 

Thanks.

1 Reply

  • You actually don't need an iRule for this. You can either enable Rewrite Redirects in the http profile, or use a Stream Profile on the virtual to change http:// to https:// on the fly.

     

     

    Denny