Forum Discussion
cymru81
Jul 25, 2014Altocumulus
ssl re-direct
Hi
Ive looked through a few irule examples but cant find exactly what I need....basically I want to do a https redirect on a VS so..
user goes to https://site.name.com/ but I want it to re-...
Kevin_Stewart
Jul 25, 2014Employee
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://[HTTP::host]/abc"
}
}
You must of course also have a client SSL profile applied to the VIP to be able to process the layer 7 HTTP traffic.
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