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
질문됨 일 년 전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
전문가
답변함 일 년 전
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
답변함 일 년 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠