For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Sekhar's avatar
Sekhar
Icon for Nimbostratus rankNimbostratus
Feb 19, 2015

intermittent distorted display

Hi I am having a website when accessed through F5, the format of the page changes intermittently. I tried changing the profile to tcp on both client and server end but the result is the same. Please help me in fixing this issue . Below are my settings for that VIP.

ip-protocol tcp
mask 255.255.255.255
pool PL_test_App_https
profiles {
    PR_wildcard_clientssl {
        context clientside
    }
    http_security { }
    serverssl-insecure-compatible {
        context serverside
    }
    tcp-lan-optimized {
        context serverside
    }
    tcp-wan-optimized {
        context clientside
    }
}

source 0.0.0.0/0 source-address-translation { type automap } vlans { external internal } vlans-enabled vs-index 827 }

Thanks, Sekhar

5 Replies

  • Hi Sekhar, it looks okay. What are you doing with the http profile? Would you please dump the following: tmsh list ltm profile http http_security Thanks, Stephan PS: In case your page looks different, perhaps it is missing css files? Issue happens as well, if you have only a single server poolmember enabled?
  • Sekhar's avatar
    Sekhar
    Icon for Nimbostratus rankNimbostratus
    here is my http profile: ltm profile http http_security { app-service none defaults-from PR_HTTP_XFF_Enabled_http security enabled } Thanks, Chandra
  • Sekhar's avatar
    Sekhar
    Icon for Nimbostratus rankNimbostratus
    I have even changed the http profile to default http and tested the app. But it showed no difference.
  • without seeing a capture, this seems like a css/js file is not being sent with a secure link.

     

  • Sekhar's avatar
    Sekhar
    Icon for Nimbostratus rankNimbostratus

    Hi Stephan,

     

    After enabling persistence for this profile and changing my protocol profile to tcp for both client and server solved the issue. But I am not sure how this still fixed the issue. Any ideas on this?

     

    Thanks, Sekhar