June 30, 20169 yr I would like to use an iRule to redirect traffic to a secure site using a certificate.
June 30, 20169 yr Author This is very easy... Local Traffic - iRules : iRules List Name: irule.any.any.http.to.https.301.redirect Definition: when HTTP_REQUEST { HTTP::respond 301 Location https://[getfield [HTTP::host] ":" 1][HTTP::uri] }
Create an account or sign in to comment