Webmail error in browser: The page isn’t redirecting properly

Using axigen docker latest image.
OS linux 64, server+webmail+webamin version 10.4.0.

Webmail HTTP does not work in browser, error message: The page isn’t redirecting properly.
Browser dev tools shows It makes endless redirect (HTTP301) with 0 byte transferred to the browser then it ends up with error message.
Using curl I can get page HTML and javascript code.

Webmail HTTPS work fine (but it does not suit my needs since I do have a reverse proxy that does ssl offloading in front of axigen).

Any idea to fix this webmail HTTP redirect issue ?

Thank you.

Hello,

Considering that you are using a SSL offload in from of Axigen you may disable the HTTP->HTTPs redirect from Webadmin → Services → WebMail → edit the listeners on port 80 (0.0.0.0:80 and :::80) and in SSL Settings tab uncheck “Redirect to secure login page”

Regards,
Florin

Hello Florin,
Thanks a lot, that did it.
Regards.

1 Like