Forum Discussion

AlexS_yb's avatar
AlexS_yb
Icon for Cirrocumulus rankCirrocumulus
Aug 08, 2021
Solved

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 connec...
  • Mayur_Sutare's avatar
    Aug 09, 2021

    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!