Forum Discussion
Michael_Basil_5
Jan 13, 2012Nimbostratus
8080 to 8443 iRule issue
I have the following setup: client app running on port 80 and port 8080. ssl is offloaded to the load balancer on ports 443 and 8443 respectively. The application that is runn...
nitass
Jan 13, 2012Employee
is this correct?
[root@ve1023:Active] config b virtual bar list
virtual bar {
destination 172.28.19.79:8080
ip protocol 6
rules myrule
profiles {
http {}
tcp {}
}
}
[root@ve1023:Active] config b rule myrule list
rule myrule {
when HTTP_REQUEST {
HTTP::redirect " [HTTP::host] ":" 1]:8443[HTTP::uri]"
}
}
[root@ve1023:Active] config curl -I http://172.28.19.79:8080/go
HTTP/1.0 302 Found
Location: https://172.28.19.79:8443/go
Server: BigIP
Connection: Keep-Alive
Content-Length: 0
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