Forum Discussion
Scott123456789
Apr 30, 2019Cirrus
SNI Implementation
My F5 is running version 13.1.1.4.0.0.4. My organization has an existing web application that uses SNI. One URL does authentication based on certificates, the other URL does authentication based on A...
Nergalex
Feb 07, 2020Employee
You can insert a SNI in SSL Server Side session based on the same SNI value in Client Side.
For example, if you use the mentioned Serverside SNI injection iRule, replace sni_value setting logic
when CLIENTSSL_CLIENTHELLO priority 320 {
if {[SSL::extensions exists -type 0]} {
binary scan [SSL::extensions -type 0] @9A* sni_value
} else {
set sni_value {}
}
log local0. "SNI: $sni_value"
}
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