Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Mahendra_Singh's avatar
Mahendra_Singh
Icon for Nimbostratus rankNimbostratus
Jun 05, 2018

HTTP to HTTPS redirection for multiple domain with SSL SAN cert.

I want to redirect multiple domains from http to https pointing on same VS with SSL SAN certificate and I want to use below irule

 

when HTTP_REQUEST { if { [string tolower [HTTP::host]]} then { HTTP::respond 301 "Location" https://[HTTP::host][HTTP::uri] return } }

 

1 Reply

  • There is an default irule to do it in bigip:

     

    _sys_https_redirect