Forum Discussion
bizooga
Nimbostratus
Jun 07, 2016iRule to selectively perform server side encryption based on URL and/or URI
I am currently running SSL offloading on my BIGIP. I was wondering if it would be possible to do server side encryption only for a specific URL and/or URI using an iRule? If so, does anyone have any ...
bizooga
Nimbostratus
Jun 08, 2016How about this?
when HTTP_REQUEST {
if { !([HTTP::uri] contains "/myexception/uri") } {
SSL::enable serverside
pool my_ssl_pool
} else {
pool non_ssl_pool
SSL: disable 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