TLS Server Name Indication
Problem this snippet solves:
Extensions to TLS encryption protocols after TLS v1.0 have added support for passing the desired servername as part of the initial encryption negotiation. This function...
Updated Aug 28, 2025
Version 2.0Joel_Moses
Nimbostratus
DevCentral MVP Emeritus!Joel_Moses
Nimbostratus
DevCentral MVP Emeritus!Daniel_Alves_19
Nimbostratus
Jun 01, 2017Hi anyone,
I have a question and in case to switch the traffic not just using SNI information, but the uri too, How can I change the code to this work ?. The flow of traffic it´ll be.
The connection gets to VIP, on this VIP there´s 5 certificates, so the SNI it´ll be checked out to decrypt the data, on the same VIP there´s an Irule to redirect traffic using uri to different pools, after this the traffic must to be encrypt again because the server has the certificates too.
Client ---- VIP:443 (5 certificates) SNI ->>> Irule redirect uri to pools ->>> | Certificates encrypt server side.
Anyone can help me ?