Forum Discussion
Govind_32899
Nimbostratus
Aug 27, 2016IRULE for SNI is necessary
Single VIP multiple Certificate for three different URL and Multiple pool selection based on the application of individual URL .
Kevin_Stewart
Employee
Aug 28, 2016SNI-based cert selection and pool assignment are generally two different things, so if you can do SNI at the VIP, and you are offloading SSL at the VIP, then pool selection can be based on HTTP events:
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
"foo.site.com" { pool foo_pool }
"bar.site.com" { pool bar_pool }
"blah.site.com" { pool blah_pool }
}
}
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