Forum Discussion
willetzktysthk_
Nimbostratus
Sep 13, 2017HTTPs rewrite
Hi
We have 2 apache web servers configured for http only. We have put our f5 big loadbalancer in front doing ssl with the standard redirect irule on a second VS. These 2 rules work fine apart fr...
RossVermette
Nimbostratus
Sep 15, 2017You could try a STREAM expression, something similar to this, (Note replace the "java with the real content-type that your request has for content-type, and you will also need a streams profile attached to your vs)
when HTTP_RESPONSE {
if { [HTTP::header value Content-Type] contains "Java"} {
STREAM::expresion @http://@https://@
STREAM::enable
}
}
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