17-May-2022 00:26
_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.
17-May-2022 13:54
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]
}