Forum Discussion

Jeff_Morrison_4's avatar
Jeff_Morrison_4
Icon for Nimbostratus rankNimbostratus
Sep 01, 2010

SSL Profile

I would like to be able to create a Virtual VIP (All Ports) and have a iRule that when a certain tcp port is seen to load a Server Side SSL Profile.

 

 

So if url:

 

is entered it would load SSLProfile1

 

is entered it would load SSLProfile2

 

 

Any help would be greatly appreciated!

 

 

1 Reply

  • Hi Jeff,

     

     

    You can use SSL::profile to do this in the SERVER_CONNECTED event. There's a fairly close example on the wiki page:

     

     

    http://devcentral.f5.com/wiki/default.aspx/iRules/SSL__profile.html

     

     

    Aaron