Forum Discussion
Jim_Couch_16225
Nimbostratus
Nov 06, 2014Redirecting 8080 to 4443
This probably pretty simple but I am a new user. I have a pool of servers that use port 4443, and the server team wants me to redirect 8080 to 4443. I have seen the built in rule for 80 to 443 but ...
shaggy
Nimbostratus
Nov 06, 2014Assuming it's HTTPS over 4443:
when HTTP_REQUEST {
HTTP::redirect https://[getfield [HTTP::host] ":" 1]:4443[HTTP::uri]
}
Create a virtual server listening on 8080, and assign the above iRule. Should take care of it
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