Forum Discussion
iRule redirection for VIP on 443
A simple irule with 302 redirect is enough in your case as said.
But there is no way to avoid SSL termination when using https.
So if you still have a valid cert for applicationa.contoso.com, just assign the below irule to the VS bind the cert and you should be ok.
It would better also to deassign the pool.
when HTTP_REQUEST {
if { [HTTP::host] equals "applicationa.contoso.com"} {
HTTP::redirect "https://hosted-applicationa.contoso.com"
}
}
Thanks. That makes sense. I was trying to avoid even having BIG-IP even bothering looking at the packet. I just wanted the traffic to hit the VS and respond by telling them to go to the URL in the iRule. If that is not possible, then that makes sense.
On the NetScaler, there were times we had to bind an 'always up' service/node to a VS in order for a feature to function like a responder or rewrite. Is that unnecessary on the F5-side?
- Injeyan_KostasSep 11, 2024Cirrus
No it's not, a VS can be active even with no pool assigned
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com