Forum Discussion
M_Links_with_N_
Nimbostratus
Aug 28, 2015Connection Reset When Redirecting From HTTPS to HTTP
I have a virtual server performing client SSL offloading for https://www.xyz.com and its URIs. A separate virtual server is configured for apps listening on port 80.
Requests to https://www.xyz.co...
Kevin_Stewart
Employee
Aug 31, 2015Ultimately I think you should do a client side capture with a tool like Fiddler or HTTPWatch. If you're certain that a direct request to http://www.xyz.com/test works, then try it through the HTTPS VIP with the capture. Do you actually see a 302 redirect to http://www.xyz.com/test?
You can also simplify your iRule:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/test" } {
HTTP::redirect "http://[HTTP::host][HTTP::uri]"
}
}
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