Forum Discussion
crocketv_18020
Oct 14, 2009Nimbostratus
Re-direct HTTPS to URI extension
Hello.
I'm looking for some help on how to direct an HTTPS connection to a URI extension page of the URL. Here is a description example -
F5 VIP - XYZ.AAA.ORG port 443
Pool member servers: listening on port 8443
My client wants to direct the HTTPS://XYZ.AAA.ORG request to application web page XYZ.AAA.ORG/xlWebApp/ on the F5 servers using the VIP.
So the client will sent the request to the standard URL but the F5 will redirect and request the /xlWebApp/ application page from the server(s).
THANKS!
- The_BhattmanNimbostratusIs the SSL terminated on the LTM or the server itself?
- crocketv_18020NimbostratusSSL is terminated on the server
- The_BhattmanNimbostratusI don't believe it's possible because the URI is encrypted and in order for the LTM to make changes the URI it needs to be decrypted. This is why it is important to have the LTM terminate the SSL connection.
- crocketv_18020NimbostratusThanks.
- Colin_Walker_12Historic F5 AccountIf they just wanted to redirect all HTTP traffic to the webapp page it'd be simple. Something like:
when HTTP_REQUEST { if { [HTTP::host] eq "xyz.aaa.org" } { HTTP::redirect "https://xyz.aaa.org/xlWebApp/" } }
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