Forum Discussion
Tom_Kilday_9259
Nimbostratus
Nov 04, 2008https to http
how can I map https traffic back to http?
The following irule only works for http
when HTTP_REQUEST {
if { [HTTP::host] equals "courses.host.edu" } {
HTTP::redirect "http://www.host.edu/academics/courses/myhls.php"
}
}
4 Replies
- hoolio
Cirrostratus
That would work for HTTPS if you are decrypting the HTTPS with a client SSL profile.
Aaron - Tom_Kilday_9259
Nimbostratus
I have applied the rule and the sslprofile to the vip but it still does not redirect back to http system - rayden_75606
Nimbostratus
you need a client side ssl profile and I would suggest:
when HTTP_REQUEST {
if { [HTTP::host] equals "courses.host.edu" } {
HTTP::respond 301 "Location" "http://www.host.edu/academics/courses/myhls.php"
}
} - hoolio
Cirrostratus
If you add a log statement do you see the rule being hit? What are the symptoms of the issue? What does the client get? You can get more detail by using a browser plugin like Fiddler for IE or HttpFox for FF.
Aaron
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