Forum Discussion

Angelo's avatar
Angelo
Icon for Nimbostratus rankNimbostratus
Sep 07, 2012

Secure Site not working correctly

Hi

 

I have a secure site that has the following at the bottom of the page..

 

"Only secure content is displayed"

 

is there a way on the F5 that i can remove this...

 

1 Reply

  • Hi Angelo,

     

     

    It sounds like the application is referencing itself over HTTP when being SSL proxied by LTM. If you want to avoid the client getting an insecure content warning, you'd want to rewrite the response headers and/or payload from http:// to https://. It would help to determine where the http:// reference is (in response headers and/or content). You can use a browser plugin like HttpFox for Firefox or Fiddler.

     

     

    Depending on the application, you might be able to configure it to reference itself using https://. If not, you should be able to use an iRule to rewrite the http:// references to https://.

     

     

    Aaron