Forum Discussion
Piotr_Lewandows
Altostratus
Mar 02, 2016serverssl, SNI, vHosts
Hi,
I wonder how to solve such issue:
Target server is using vHost and HTTPS Each vHost has separate certificate for FQDN (no Wildcard or SAN) Traffic is passed to target servers via one...
Kai_Wilke
MVP
Mar 02, 2016Hey Radu,
your mentioned SNI-Relay logic is indeed a cool method to support Piotrs requirement without switching between multiple different Server_SSL_Profiles. Great hint and Kudo +1...;-)
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
}
}
Cheers, Kai
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