Forum Discussion
Murugs_322349
Nimbostratus
Oct 10, 2017SNI Based on IRule
I have a requirement to set SNI based on the incoming context for every subsequent requests by same client to the same back-end server.
I have put the following in SERVERSSL_CLIENTHELLO_SEND ...
Kai_Wilke
MVP
Oct 10, 2017Hi Murugs,
to force an
SERVERSSL_CLIENTHELLO_SEND
event after each single HTTP_REQUEST
event you would need to execute [LB::detach]
on/after every single HTTP_REQUEST
or HTTP_RESPONSE
event. But this approach would hurt your overall performance and is absolutely NOT recommended...
I'd like to ask the question why do you need to do that?
You need SNI just to select a specific SSL cert on your web server. After the Server SSL handshake is completed, you can pump as many HTTP request over the established TCP connection / SSL session without the need to further manipulate server side SNI records.
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