Forum Discussion
gdoyle
Cirrostratus
May 19, 2016Custom Response Upon Denial with iRule.
We created an irule which denies a user access if they are not using TLS 1.1 or greater (so TLS1.0 or no TLS). We would like a custom message, and although it is in the iRule, that is not the message...
gdoyle
Cirrostratus
May 24, 2016I'm not sure exactly how to code for ifiles... (Or irules, to be fair), but would something like this work?
when HTTP_REQUEST {
if { not ([SSL::cipher version] starts_with "TLSv1.") } {
ifile get } Content-Type text/html Connection close
}
}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