Our Site is down, Server is not responding

0

Hi, our site just went down and the server is not responding., We did not do any changes to the server what so ever, It just stopped working. When we enter the domain site, It comes back with

"page isn't working" ERR_TOO_MANY_REDIRECTS

SW-help
已提問 1 年前檢視次數 295 次
2 個答案
0
已接受的答案

That error message indicates that the web server is redirecting the browser - but there have been too many redirects for the browser to follow. This is a browser mechanism to prevent it from being stuck in some sort of loop forever where it is redirect from page-to-page-to-page and so on.

In this case, it probably means that your web server is redirecting the browser to itself somehow. The good news it that your web server is responding; but it isn't responding in the way that you'd like.

You can use tools like curl and wget or the development console within the browser to see where the web server is redirecting the browser to. The fix is to look at the web server configuration to find out why it is sending the redirects.

profile pictureAWS
專家
已回答 1 年前
0

Hi Brettski-AWS, Would this have happened after we tried to redo the instance?

It went down on Friday - with the following

SSL: Error:141CF06C Failed SSL ERROR while handshaking client

And then we redid the instance

SW-help
已回答 1 年前
  • I don't know - because "redo the instance" doesn't tell me what was actually done. The SSL error isn't a timeout so it would appear (again) that the web server is working but there is an error in the configuration which is preventing it from working the way you expect.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南