have ssl and non ssl pools (or pool members) for a VS
Hi
So I am migrating a nginx config over to F5. Some upstream end points are SSL and some are not.
So on my VS profile I have configured ssl (server), so by default all of my pool connections are SSL,
so default pool is ssl, no I add a irule to pull out specific uri and I want to send them to a different pool.
got the irule work and got the pool command working, but how do I tell it to no use ssl for this connection to this pool
You can use LTM policy or iRule to disable server SSL profile based on matching specific condition e.g. hostname. I would recommend you to use LTM policy for achieving this. While creating the LTM policy, you can match condition for the incoming request like hostname/URL/URI for which you want to disable server SSL and set disable server ssl action for it. After applying this LTM policy on the desired vServer, your requirement should be fulfilled.
Hope it helps!