Forum Discussion

Gajji's avatar
Gajji
Icon for Cirrostratus rankCirrostratus
May 17, 2022

Irule redirction default sys_https_redirection

_sys_https_redirection 

Does above irule work for customize https port 8443

http running on 8080 and https on 8443....

 

if not help me to provide new irule for the same.

1 Reply

  • Hi Gajji,

    Default irule redirects to 443. You must specify the port for others.

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