Forum Discussion
Matthieu_Dieri1
Jan 08, 2014Historic F5 Account
Disable SSL server profile with CPM policy
Hi friends,
I'm trying to disable SSL server profile on a VS with CPM policy. But unfortunately, I'm not able to make it works.
My policy is very simple :
- if host = secure.internal.com --> use...
Matt_Dierick
Employee
Jan 08, 2014The workaround is to use this irule, but I would like to make it works with CPM :
when HTTP_REQUEST {
if { [HTTP::host] equals "unsecure.internal.com"}{
SSL::disable serverside
} else {
SSL::enable 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