Forum Discussion
mnady_160178
Nimbostratus
Mar 03, 2018iRule to configure ssl offloading for SITE A and Site B and everything else should Passthrough
Dears,
I have a requirement to configure ssl offloading for SITE A and Site B and everything else should Passthrough
any idea please to implement it using iRule?
JG
Cumulonimbus
Mar 05, 2018Or could the following be what you need:
when HTTP_REQUEST {
switch -- [HTTP::host] {
"site1.com" -
"site2.com" {
SSL::disable serverside
}
}
}
?
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