F5配置http跳转https
Step1:创建irule规则
when HTTP_REQUEST {
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
}
Step2:创建一个80的VS
Step3:在改VS上调用创建的跳转irule
posted on 2020-08-09 18:19 CyberSecurityBook 阅读(3490) 评论(0) 编辑 收藏 举报
Step1:创建irule规则
when HTTP_REQUEST {
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
}
Step2:创建一个80的VS
Step3:在改VS上调用创建的跳转irule
posted on 2020-08-09 18:19 CyberSecurityBook 阅读(3490) 评论(0) 编辑 收藏 举报