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...
Jad_Tabbara__J1
Cirrostratus
Jan 09, 2018Hello Abouleil,
Try the following code
when HTTP_REQUEST {
if { [SSL::cipher version] eq "TLSv1" || [SSL::cipher version] eq "TLSv1.1"} {
HTTP::respond 503 content [ifile get "/Common/maintenance"]
}
}Verify that your ifile is under the "Common" partition or replace "Common" by your partition 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