Forum Discussion
michmoor2015_21
Nimbostratus
Jul 15, 2015HTTPS redirect from custom port to port 443
Hi All,
Apologies in advance if this was answered anywhere on the site but is there an iRule (not good in writing one) that i can apply to a VIP which states that if a client goes to https:xxx.c...
Kevin_Stewart
Employee
Jul 15, 2015The problem is that you're doing HTTPS at the 8443 VIP but you don't have a client SSL profile. You need that to decrypt the client's SSL and process the underlying HTTP request.
"[HTTP::jiratest.chicago.xxx.com]" isn't valid. You can explicitly name the URL:
HTTP_REQUEST {
HTTP::respond 302 Location "https://jiratest.chicago.xxx.com"
}
Or you can use [HTTP::host] to redirect back to the FQDN that the client requested
HTTP_REQUEST {
HTTP::respond 302 Location "https://[HTTP::host]"
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
