Forum Discussion
Kory_52080
Jun 11, 2014Nimbostratus
Enable/Disable ProxySSL in iRule
Is there a way to enable and disable the ProxySSL feature of an assigned client or server SSL profile within an iRule?
I have a virutal server that hosts many different application. Pools and w...
Kevin_Davies_40
Jun 11, 2014Nacreous
See SSL::disable
if {[HTTP::uri] equals "/myapplication"} {
SSL::disable
}
This will disable SSL depending on URI. You can use HTTP::host or other commands as well.
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