Forum Discussion

sanjithshanmukh's avatar
sanjithshanmukh
Icon for Nimbostratus rankNimbostratus
Nov 18, 2015

Format issue in SSL traffic in LTM

Hi All, Currently we are facing one issue in LTM (11.6 version) that SSL format issue while accessing VIP url using HTTPS as source port. First time page loading properly but when we refreshed the page up to 5 to 6 times then in between format issue is occurring. But when we tried the same webpage via HTTP as source port it's work properly.

 

IN HTTPS VIP we are using SNAT POOL selection and Irule is using for content rewrite also. If anybody knows the solution to fix it then please let me know.

 

1 Reply

  • R_Marc's avatar
    R_Marc
    Icon for Nimbostratus rankNimbostratus

    SSL shouldn't cause a formatting change (I'm assuming you mean of the rendered web page). SSL happens at layer 4, the HTTP calls are at layer 7.

     

    That sounds, to me, more like either a persistence issue where on the ssl enabled vip you are hitting different backends and one of those backends has slightly different version of the page (which there can be many causes for, caching can be one, but there are others) or you are unable to retrieve one or more of the objects from the server when going over SSL (say a style sheet or an image) occasionally thus affecting the browser rending of the page. This might not necessarily be happening at the F5 itself, as well, if you are going through a transparent proxy for example (BlueCoat or the like). I've seen those cause issues with some renderings as well.

     

    It would be helpful to see the config of the virtuals and pools (sanitized for your protection).