Forum Discussion

Artur_6388's avatar
Artur_6388
Icon for Nimbostratus rankNimbostratus
Jul 18, 2017
Solved

http to https redirection

http to https redirection  
  • Heinrichm_18951's avatar
    Jul 18, 2017

    There should be a _sys_https_redirect in your irule list. If not:

    when HTTP_REQUEST {
           HTTP::redirect https://[getfield [HTTP::host] ":" 1][HTTP::uri]
        }