Forum Discussion
Peter_Salama_20
Nimbostratus
May 12, 2015F5 SSL offloading and Port redirection
Dear Support,
I need your help on to create a https VIP on F5 that terminates SSL from the client and send http traffic to the server on
Peter_Salama_20
Nimbostratus
May 12, 2015Hi,
I have tried below iRule and the redirection is happening for the URI but the protocol is http instead of https
when HTTP_REQUEST { if { [HTTP::host] equals "website"}{ if { [HTTP::uri] equals "/" } {
HTTP::redirect "http://[HTTP::host]/workspace/index.jsp"
}
} }
Max_Q_factor
Cirrocumulus
May 12, 2015It appears that the back end is HTTP but HTTPS from the client's prospective. Have you tried changing your redirect to "https://[HTTP::host]/workspace/index.jsp" ?
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