Forum Discussion
mnady_160178
Nimbostratus
Mar 04, 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?
- Stanislas_Piro2
Cumulonimbus
Look at this code
- JG
Cumulonimbus
Or could the following be what you need:
when HTTP_REQUEST { switch -- [HTTP::host] { "site1.com" - "site2.com" { SSL::disable serverside } } }
?
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