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
asked a year ago285 views
2 Answers
0
Accepted Answer

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
EXPERT
answered a year ago
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
answered a year ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions