Forum Discussion
MDPF52_180608
Nimbostratus
Sep 09, 2015BIG IP SSL Serverside
Hello DevCentral,
Is it possible to select the profile & enable the SSL::serverside in the iRule? In order to remove the SSL Serverside profile in the Virtual server configuration.
when HTTP_R...
Kevin_Stewart
Employee
Sep 10, 2015Correct. You need an SSL profile applied to the VIP before you can use SSL::enable/disable. You can always do something like this:
when CLIENT_ACCEPTED {
SSL::disable serverside
}
when HTTP_REQUEST {
if { some condition } {
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