Forum Discussion
Marvin_129795
Jul 02, 2015Nimbostratus
LTM HTTPS and HTTP internal with policy and SSL server profile enabled
Dear All,
I am wondering if it is possible to combine HTTP and HTTPS traffic internally using only one virtual server, for example;
Virtual server App.domain.com:443 with a LTM policy enabl...
VernonWells
Jul 03, 2015Employee
It can be done with an iRule, as described here:
https://devcentral.f5.com/wiki/iRules.SSL__disable.ashx
The rule would look like this:
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/shop" -
"/shop/*" {
SSL::disable serverside
}
}
}
This requires that the attached Virtual Server has a clientssl, a serverssl and an http profile attached.
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