Forum Discussion
Gilles_Archer_3
Nimbostratus
May 28, 2015SSL Offloading not working as expected
I'm experiencing strange behaviour with SSL Offloading w/ LTM 11.5.1
VS x.x.x.x:80 w/ Default TCP & HTTP Profile, all other settings default
-- Pool: y.y.y.y:8080 - single member pool
This ...
Gilles_Archer_3
Nimbostratus
May 28, 2015Thanks for the suggestions. I tried the following:
- Applied the default stream profile to the 443 virtual server
- Applied the following iRule
when HTTP_REQUEST {
Disable the stream filter for all requests
STREAM::disable
LTM does not uncompress response content, so if the server has compression enabled
and it cannot be disabled on the server, we can prevent the server from
sending a compressed response by removing the compression offerings from the client
HTTP::header remove "Accept-Encoding"
}
when HTTP_RESPONSE {
Check if response type is text
if {[HTTP::header value Content-Type] contains "text"} {
Replace http:// with https://
STREAM::expression {@http://@https://@}
Enable the stream filter for this response only
STREAM::enable
}
}
- Updated the HTTP Profile, Redirect Rewrite from "None" to "All" to "Matching" to "Nodes"
None of these combinations has resolved the issue.
Packet capture is my friend...
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
