Strange login url redirect to 404

When I try to login to the panel and visit:
https://my.server.com:8083/login/

  • I can login with Chrome
  • I get redirected to https://my.server.com:8083/error/ with a 404 page with Firefox

Do you have any idea why?

Please check the log files. You can find them in

/var/log/hestia/

Thank you eris!

/var/log/hestia/nginx-access.log

I am getting a 302 redirect but I don’t understand it well.

81.0.5.65 - - [14/Nov/2020:04:07:57 +0100] GET / HTTP/1.1 “302” 5 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0” “-”
81.0.5.65 - - [14/Nov/2020:04:07:57 +0100] GET /list/user/ HTTP/1.1 “302” 968 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82. 0” “-”
81.0.5.65 - - [14/Nov/2020:04:07:57 +0100] GET /error/ HTTP/1.1 “404” 1442 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0” “-”
81.0.5.65 - - [14/Nov/2020:04:08:03 +0100] GET /login/ HTTP/1.1 “302” 5 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0” “-”
81.0.5.65 - - [14/Nov/2020:04:08:03 +0100] GET /list/user/ HTTP/1.1 “302” 968 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82. 0” “-”
81.0.5.65 - - [14/Nov/2020:04:08:03 +0100] GET /error/ HTTP/1.1 “404” 1442 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0” "-

I really don’t know:

According the code there is an redirect in that code:

Have really no clue.

perhaps the ssl certificate

1 Like

maybe some sort of caching issue with the browser. have seen similar before, especially with hsts enabled…

Thank you very much guys for your help.

I think that falzo was right BUT, I could not reproduce the error. when I tried, I got in.

If it happens again I will keep you posted.