Matjaz_Lenarcic
Mar 06, 2024Nimbostratus
Change SSL profile based on URI
Hi all,
I have a big problem with my configuration. I have one VirtualServer with SSL Client profile and two backend server on two different pool with two different SSL server profile.
I have domain name with URI1 www.example.net/app1 and domain name with URI2 www.example.net/app2. When someone access URI1 they redirect to pool1/backendserver1 and SSL Server Profile1.
When someone access URI2 they redirect to pool2/backendserver2 with SSL Server Profile2
Is possible to create iRule for balance between backend servers and don't have problem with certificate handshake?