Forum Discussion
Shuvo_166796
Nimbostratus
Aug 14, 2014Force SSL Profile Based on URL
I've a requirement to force SSL profile based on URL. I've created two different client SSL profile i.e. wildcard_ssl & wildcard_ssl_strong. Then I tried to create an iRules contains the following:
...
Yann_Desmarest_
Nacreous
Aug 15, 2014Hi,
maybe you can try something like this :
when HTTP_REQUEST {
if {[HTTP::uri] starts_with "/securearea/" } {
HTTP::collect
SSL::session invalidate
SSL::profile ssl_profile2
SSL::renegotiate enable
SSL::renegotiate
}
}
Yann
Yann_Desmarest_
Nacreous
Aug 15, 2014without HTTP::collect :)
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
