Forum Discussion
Michael_Waldron
Nimbostratus
Oct 21, 2015Help with SNI not being passed to pool servers
I think my problem is a missing check box somewhere, but I can't figure out where it is.
I'm running a BigIP, v11.6, in a test environment before we migrate to it in production.
Our require...
Brad_Parker
Cirrus
Oct 21, 2015My guess is that you will have to have a server SSL profile with the Server Name field populated for every client SSL profile you have attached. I'm trying to confirm that now, but that is my suspicion.
Brad_Parker
Cirrus
Oct 21, 2015If it doesn't work with multiple sites you may have to use an iRule for the server SSL profile selection. This could do that assuming you name you server SSL profiles (hostname)_serverSSL and apply a default server SSL profile to the VIP with no SNI configured in it.
when SERVER_CONNECTED {
catch { SSL::profile "[string tolower [getfield [HTTP::host] ":" 1]]_serverSSL" }
}
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