Multiple Certs, One VIP: TLS Server Name Indication via iRules
An age old question that we’ve seen time and time again in the iRules forums here on DevCentral is “How can I use iRules to manage multiple SSL certs on one VIP"?”. The answer has always historically...
This solved my problem, thanks. A small fix to avoid runtime TCL errors when the signed tls_version variable becomes negative:
38: switch $tls_version {
to
38: switch -- $tls_version {