Forum Discussion
aboulleill_3013
Nimbostratus
Jan 08, 2018redirect to ifile page if TLS 1 or 1.1 is used
Hello,
Kindly note that the following irule was applied on VS but its not working properly :
when HTTP_REQUEST {
if { [SSL::cipher version] eq "TLSv1" } {
HTTP::respond 503 cont...
youssef1
Cumulonimbus
Jan 09, 2018Hello
Find below an optimise Irule:
when HTTP_REQUEST {
switch -glob [SSL::cipher version] {
"TLSv1.*" {
HTTP::respond 503 content [ifile get maintenance] "Content-Type" "text/html"
}
default {
do nothing
}
}
I thing you juste forgot to reference your Ifile in LTM. Go to Local Traffic, Irules then "Ifile list" then create your Ifile reference with maintenance name...
Regards,
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