Forum Discussion
Hummingbird_143
Nimbostratus
Feb 07, 2014HTTPS Redirect with no SSL termination on F5
Hi, I am trying to setup HTTPS redirect so all the traffic to https://www.example.com/ go to
https://www.example.com/guest, but this HTTPS virtual server is not using F5 to do SSL offload, so F5 to...
nitass
Employee
Feb 07, 2014I tried using F5 to decrypt the HTTPS traffic by loading an SSL client cert to this virtual server, so it can use iRule, and then encrypt it before it sends back to server, but couldn't get that to work.
can you post the configuration?
tmsh list ltm virtual virtual_server_name
tmsh list ltm pool pool_name
Hummingbird_143
Nimbostratus
Feb 07, 2014Here is the config:
tmsh list ltm pool airgroup-https-pool
ltm pool airgroup-https-pool {
members {
10.79.107.228:https {
priority-group 1
session monitor-enabled
}
10.68.118.138:https {
priority-group 2
session monitor-enabled
}
}
min-active-members 1
monitor https
}
tmsh list ltm virtual airgroup-https-vs
ltm virtual airgroup-https-vs {
destination 10.68.220.25:https
ip-protocol tcp
mask 255.255.255.255
pool airgroup-https-pool
profiles {
tcp { }
}
snat automap
translate-address disabled
}
And I'll try the client/server profile as suggested by Nathan.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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