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...