F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

3 Replies

  • Apply this iRule to a VIP that is listening on port 80.

    when HTTP_REQUEST {
                 HTTP::redirect "https://[HTTP::host][HTTP::uri]"
            }
    
  • You actually don't even have to do that. Every LTM comes with a built-in HTTP-to-HTTPS redirect iRule called _sys_redirect (or something like that).

     

  • Not sure what version of LTM you're running, but if we're talking about _sys_http_redirect, it most certainly does retain the URI.