Issue with hestia webpanel

Hello im not sure how or why but hestia decided to stop working for me, i restarted it and nginx and apatche2 to see if it helps it but it doesn’t fix anything. however the strangest thing is that the websites and wordpress sites that where on hestia are still up and functional. When i try to check the status it gives me that its running but not letting me connect.

I tried to connect from another device , browser , ip address, so its not a cache issue.

here is the status currently but i just had to blur out the site for privacy reasons

Hi @tztrooper

The error seems to indicate that your site is redirecting back and forth between HTTP and HTTPS. It’s easier to debug if we know the actual domain. Are you using any CDN like Cloudflare as a proxy?

@sahsanu Hi
yes im using cloudflare however even with it turned off it still gives me this issue.

That’s pretty strange but as I don’t know the real ip I can’t test it. Right now it is redirecting from https to https to https and so on so it looks like a bad rule in Cloudflare… or you are not using the right SSL mode.


❯ curl -IskL --max-redirs 3 https://websites.hut4.com:2087 | grep -E '^HTTP|^location'
HTTP/2 302 
location: https://websites.hut4.com:2087/
HTTP/2 302 
location: https://websites.hut4.com:2087/
HTTP/2 302 
location: https://websites.hut4.com:2087/
HTTP/2 302 
location: https://websites.hut4.com:2087/
3 Likes

well i did figure out the issue, the SSL on the main domain ran out/expired. And since this was a subdomain it got tangled up in itself. We have a few redirect custom rules and that caused to go in a circle. I just did a renew on the ssl and it fixed itself.

1 Like