Forum Discussion
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] }
_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.
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]
}