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 ...
Vijay_E
Cirrus
Jun 07, 2016CLASS_URI is the datagroup that contains the list of URI for which you need server-side SSL encryption. I am using "NOT" logic to disable server-side SSL encryption.
Try this (untested):
when HTTP_REQUEST {
if { not ([class match [HTTP::uri] eq CLASS_URI]) } {
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