Forum Discussion
atoth
Cirrus
Mar 02, 2017http to http without a 30x redirect?
Sorry, question should say http to https without a 30x redirect. when HTTP_Request {
if
set usessl 1
} else {
set usessl 0
}
}
when Server_Connected {
if { $usessl == 1 } {
ssl::profile
} el...
svs
Cirrostratus
Mar 02, 2017Why don't you use a LTM policy to achieve your goal? When you use an iRule profiles need to be already in place, although you only want to enable a profile if a special condition is met. With LTM policies you can enable or disable features on the VS, without enabling a profile within the VS itself before.
Since v12 LTM policies are very clear and straightforward. In v11 they are usable but it's hard to understand the GUI correctly.
Greets, svs
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