Forum Discussion
wlepkin_98758
Nimbostratus
Aug 23, 2016Modifying serverside SSL profile based on hostname for SNI
We have a vip where we're terminating SSL at the F5 and then re-encrypting to the servers. We've recently upgraded the pool members to a higher level of Apache that now uses SNI and which requires t...
Stanislas_Piro2
Cumulonimbus
Aug 24, 2016you can use this irule to insert client side server name to servcerside:
when CLIENTSSL_HANDSHAKE {
if { [SSL::extensions exists -type 0] } then {
set tls_sni_extension [SSL::extensions -type 0]
}
}
when SERVERSSL_CLIENTHELLO_SEND {
if { [info exists tls_sni_extension] } then {
SSL::extensions insert $tls_sni_extension
}
}
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