Forum Discussion

Lance_Simon_557's avatar
Lance_Simon_557
Historic F5 Account
Mar 22, 2008

Fallback URL for SSL pass through

I'd like to have a fallback url to send traffic to if I do not have any pool members available for my "pass through" SSL VIP. I was thinking that this might work, but I was wrong:

 

 

when CLIENT_ACCEPTED {

 

if {[active_members https_pool] < 1}{

 

HTTP::redirect "https://abc.123.com"

 

}

 

}

 

 

Because I'm passing ssl through the BigIP, not terminating on the LTM, I cannot use an HTTP profile to take care of this for me.

 

 

Any assistance would be appreciated.

12 Replies