Forum Discussion

Albert__Tase_70's avatar
Albert__Tase_70
Icon for Nimbostratus rankNimbostratus
Mar 14, 2008

url load balanceing and persistance

I need some help I need to match a https url if it matches I need to use ssl persistence and a different vip.

 

currently have a vip x.x.x.x listening on 443 if a request matches a sepfic url want to redirect it to a vip listening on 8443 else just want it to use the pool currently assigned to teh vip using 443. So should I use the when ssl_handshake ?

 

 

 

 

thanks

 

 

1 Reply

  • Take a look a the following links

     

     

    http://devcentral.f5.com/Default.aspx?tabid=53&forumid=2&postid=20266&view=topic

     

     

    http://devcentral.f5.com/Default.aspx?tabid=53&forumid=16&postid=18323&view=topic

     

     

     

    Try, as you said, using the event "when SERVERSSL_HANDSHAKE" However, I am not sure if this will work if the F5 is not carrying the cert. In that case you could probably use "when CLIENT_ACCEPTED"

     

     

    I hope this helps

     

     

    thanks,

     

    CB