Forum Discussion
hooleylist
Jan 11, 2012Cirrostratus
Hi Roman,
It sounds like the web app is using http:// references to itself instead of https:// in the response headers and/or payload. To fix this, you could look for configuration options in the web app itself to tell the app that it's being SSL proxied. Or you could rewrite the http:// references to https:// using a STREAM::expression based iRule:
http://devcentral.f5.com/wiki/iRules.stream__expression.ashx
Aaron