Forum Discussion
Mohanad
Cirrostratus
Oct 28, 2021ssl offloading for microsoft TFS
Hello
i'm trying to implement ssl offloading for Microsoft Team Foundation Server (TFS) application, currently it's working over http 8080, so i created a virtual server with tcp, http & client ssl...
Oct 28, 2021
Hi Mohanad,
Can you try this iRule instead of the redirect iRule.
when HTTP_REQUEST {
STREAM::disable
HTTP::header remove "Accept-Encoding"
}
when HTTP_RESPONSE {
if { [HTTP::header value Content-Type] contains "text" } {
STREAM::expression {@http://@https://@}
STREAM::enable
}
}
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