F5配置http跳转https
Step1:创建irule规则
when HTTP_REQUEST {
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
}
Step2:创建一个80的VS
Step3:在改VS上调用创建的跳转irule
Step1:创建irule规则
when HTTP_REQUEST {
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
}
Step2:创建一个80的VS
Step3:在改VS上调用创建的跳转irule