F5配置http跳转https

Step1:创建irule规则

when HTTP_REQUEST {
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
}

Step2:创建一个80的VS

Step3:在改VS上调用创建的跳转irule

 

原文地址:https://www.cnblogs.com/networking/p/13463816.html