Forum Discussion
esch_26881
Nimbostratus
Mar 30, 2010redirect 8080 to 8443
Hallo,
i have problems with the following requirements.
incoming client requests on vs:8080 should be redirectd to https on port 8443.
all client requests to vs:8443(clssl) should be forwarded to the pool server:80 and uri shoud always start with /abc-test/
thank you in advance for your support
- hoolio
Cirrostratus
If you'd like to have a VS defined on port 8080 and send an HTTP redirect to the https VIP on port 8443, you can use an HTTP class (in 9.4+) or an iRule. The class action would be redirect to "https://1.1.1.1:8443" where 1.1.1.1:8443 is the HTTPS VS. For an iRule, you'd add this as:when HTTP_REQUEST { Redirect all requests HTTP::redirect "https://1.1.1.1:8443" }
- esch_26881
Nimbostratus
thank you for this fast replay.
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