Forum Discussion
MeAndMyBIGIP_60
Nimbostratus
Jun 21, 2010HTTP::URI redirect to another Pool
Trying to use the sample code here (http://devcentral.f5.com/wiki/default.aspx/iRules/HTTP__uri.html) to do something that should be very simple: when HTTP_REQUEST {
if { [HTTP::uri] ends...
What_Lies_Bene1
Cirrostratus
Nov 20, 2012If you get the login page without the ServerSSL profile then that would suggest the servers are not expecting SSL and you shouldn't be using a ServerSSL profile. That would also indicate that the servers are probably sending http:// links in their responses, hence the browser issues.
You can rewrite all the server responses and ensure they contain https:// by doing the following;
1) Assign the default Stream Profile to the Virtual Server
2) Assign this iRule to the Virtual Server (if can be combined with the other one no problem);
when HTTP_REQUEST {
STREAM::disable
}
when HTTP_RESPONSE {
STREAM::expression {@http://@https://}
STREAM::enable
}
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