Forum Discussion

Aviv's avatar
Aviv
Icon for Cirrus rankCirrus
Dec 14, 2020

The information you’re about to submit is not secure

Hi All,

 

i have an application that is listening to http and bigip does https inspection and redirection to https.

since google chrome version 87 the browser warn me with this message:

 

"The information you’re about to submit is not secure

Because the site is using a connection that’s not completely secure, your information will be visible to others."

 

f12 show me that it because the page have mixed content. (in IE it works)

 

i have a vs that listen to port 80, http that redirects any request to the vs that listen to https.

i know that we should change the code on our website and point the javascripts to https ,but until the develpers will change it i'm asking your help to bypass this problem.

does anyone have/had this problem and have a solution for this problem?

any help will be appreciated,

 

Aviv

 

 

 

3 Replies

  •  ,

    Parmanent fix​ should be modifying the application but if you want to mitigate this issue on F5, then you can use Stream Profile.

    Note-​ Using Steam Profile on F5 is not a parmanent fix for this issue as it may hit the CPU.

    • Aviv's avatar
      Aviv
      Icon for Cirrus rankCirrus

      @Mayur ,

      Thanks for your advice.

      I have tried with a stream profile but it acting the same.

      The source was http and the destination https.

      What else can i try?