Forum Discussion
Sachintambat_11
Nimbostratus
Jun 08, 2014URL redirection from https://xyz to https://xyz:9443
Hi,
I want to have URL redirection from https://xyz to https://xyz:9443 .
version : BIG-IP 10.2.4 Build 732.0 Hotfix HF5
nitass_89166
Noctilucent
Jun 09, 2014it looks okay to me.
version
root@ve10(Active)(tmos) show sys version | grep -A 6 Package
Main Package
Product BIG-IP
Version 10.2.4
Build 817.0
Edition Hotfix HF7
Date Mon May 20 15:08:56 PDT 2013
config
root@ve10(Active)(tmos) list ltm virtual bar
ltm virtual bar {
destination 172.28.24.9:https
ip-protocol tcp
mask 255.255.255.255
pool foo
profiles {
clientssl {
context clientside
}
http { }
tcp { }
}
rules {
qux
}
snat automap
}
root@ve10(Active)(tmos) list ltm rule qux
ltm rule qux {
when HTTP_REQUEST {
HTTP::redirect https://[HTTP::host]:9443[HTTP::uri]
}
}
test
[root@ve10:Active] config curl -Ik https://172.28.24.9
HTTP/1.0 302 Found
Location: https://172.28.24.9:9443/
Server: BigIP
Connection: Keep-Alive
Content-Length: 0
Sachintambat_11
Nimbostratus
Jun 09, 2014I used the below Irule
I used below irule but it doesnt work.
when HTTP_REQUEST {
HTTP::redirect https://[HTTP::host]:9443[HTTP::uri]
}
But it wont work. can you suggest.
I have created two Virtual server.
one for VIP port 9443.
and another VIP port 443 where we are using redirection by irule.
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
