Forum Discussion

barry_7762's avatar
barry_7762
Icon for Nimbostratus rankNimbostratus
Mar 18, 2010

ocs 2007 r2 cwa broken links for images when trying to use ssl offload

Hi

 

 

I have been playing around with trying to offlaoad ssl with ocs2007 CWA R2. it seems that everything is working but the images come back as http://xxx/cwa/client instead of https://xxx/cwa/client

 

 

I am using LTM 10 and have created a custom http profile that says rewrite all but still getting the http://xxx/cwa coming back from the virtual server. I have also use a irule that re-wrote everything but still no joy.. Any help would be greatly appreciated.

 

 

irule i tried but did nothing.

 

when HTTP_REQUEST {

 

HTTP::redirect https://[HTTP::host][HTTP::uri]

 

}

 

4 Replies

  • I have gotten some of this to function by using an stream profile by replacing the http://webim.XXX.com with https://webim.XXX.com but need to be able to not only be able to modify webim.XXX.com but also as.webim.XXX.com and download.webim.XXX.com
  • Hi Barry,

     

     

    I'd suggest using an iRule and stream profile together to fix this. See the STREAM::expression wiki page for some examples which check the response content type before enabling the stream filter:

     

     

    http://devcentral.f5.com/Wiki/default.aspx/iRules/STREAM__expression.html

     

     

    Aaron
  • Barry -

     

     

    Did you ever get this working? We are having the same issue, surprising this isn't more well documented.

     

     

    Thanks!

     

     

    Mike