iRule redirection for VIP on 443
We're migrating from NetScaler, and the one thing that NetScaler was able to do is redirect on a 'downed' VIP as a protection measure.
Basically, an application is migrating to the cloud, and we're needing to do a redirect from the downed VIP to the cloud. I've got the syntax for the HTTP_redir irule, but I'm not sure how to actually make the VIP without requiring the certificate for it. Is it possible to create the redirect in this sense, or will I just need to create a standard VIP, bind the cert, and attach the iRule to do the redirect?
Example:
User sends request to application FQDN that is no longer hosted on-prem but still points to the load balanced VIP:
10.10.10.10 -> https://applicationa.contoso.com (VIP-port 443-now down because internal servers are removed from environment)
applicationa.contoso.loc VIP -redirect-> hosted-applicationa.contoso.com