Forum Discussion
tarundlejr_9041
Nimbostratus
Oct 07, 2008Share Point 2007 and Integrated Reporting Svcs
We were looking to load balance MOSS 2007 behind an F5 LTM (with SSL off-loaded the the LTM.) We followed the deployment guide provided by F5 Networks and everything seemd to be fine. However, when we...
brad_scherer_11
Nimbostratus
Sep 02, 2009We have a standard redirect on the port 80 VIP to redirect to 443. On the 443 VIP we have the following irule:
when HTTP_RESPONSE {
Disable the stream filter by default
STREAM::disable
Check if response type is text
if {[HTTP::header value Content-Type] contains "text"}{
Replace any http:// instance with https://, unless the original string is http://example.com
STREAM::expression "@http://@https://@"
Enable the stream filter for this response only
STREAM::enable
}
}
This works for us.
Thanks,
Brad
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects