Forum Discussion
Musafir_133935
Nimbostratus
Sep 18, 2013Hi All
Someone have deleted some I rules and i dont have backup. We are only running one application on our F5 and now some of the tabs are not opening.
The actual node says that the tab is actually ht...
JRahm
Admin
Sep 19, 2013A quick fix might be to add a port 80 virtual to the existing port 443 virtual and redirect all requests from port 80->port 443. This can be done with a simple iRule (apply this on the port 80 virtual):
when HTTP_REQUEST {
HTTP::respond 301 Location https://[HTTP::host][HTTP::uri]
return
}
The better long term fix, if it's just an SSL offload issue, is to incorporate a stream profile to change all the http:// links in the http response payload to https://
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
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