Forum Discussion
Dos2_206331
Nimbostratus
Jul 10, 2015Forwarding ssl to secondary VIP based on uri:port
Hellow all
In test environment, to preserve public IPs, we advertise multiple urls with to the same public IP, e.g.:
1.1.1.1 test1.com test2.com test3.com
And on firewall translate 1.1.1.1 to priva...
giltjr
Nimbostratus
Jul 10, 2015Does test1.com have a valid ssl client profile?
Also I would think you may want to redirect before a HTTP request was made. So I'm not sure if you can do "virtual" in CLIENT_ACCEPTED or if it would matter that much, but could you try:
when CLIENT_ACCEPTED {
switch [TCP::local_port] {
8001 { virtual secondary-vip-1 }
8002 { virtual secondary-vip-2 }
8003 { virtual secondary-vip-3 }
8004 { virtual secondary-vip-4 }
default { discard }
}
}
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