Forum Discussion
parvez_70211
Nimbostratus
May 28, 2016redirect https request based on hostname
Team,
I'm new to Irules. Need your suggestion on the below request
I have an existing VIP (https://www.abc.com 10.10.10.10:443) which has a pool member (1.1.1.1:443) and ssl is offloaded on...
Yann_Desmarest_
Nacreous
May 28, 2016Hi,
Regarding Odaah irule, you can improve a bit the irule :
when CLIENT_ACCEPTED {
set DEFAULT_POOL [LB::server pool]
}
when HTTP_REQUEST {
switch [HTTP::host] {
"www.abc.com" {
pool POOL_ABC
}
"www.xyz.com" {
pool POOL_XYZ
}
default {
pool $DEFAULT_POOL
}
}
}
Yann_Desmarest_
Nacreous
May 29, 2016Hi, yes you can use 2 certs. That case, you need to configure ssl profiles using SNI feature. I provided you with an article on that topic in the post below. let me know if it fits your need
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