Server requests with 500 error

0

several clients are getting error 500 in requests to the server, this error happens in just a few specific ips. Even the ips being released in the security groups the error 500 continues.

Megleo
已提問 1 年前檢視次數 569 次
1 個回答
2

Error code 500 generally indicate Internal Server Error while in order to find the exact cause of the error you should check the server side logs. The error 500 can also occur due to misconfiguration of the application on the server side. Depending on which application your clients are connecting when receiving 500 error, you can check the documentation or troubleshooting guide for that particular application.

If you are getting any other 5xx error such as 502 Bad Gateway or 504 Gateway Timeout, these errors can occur due to the upstream server(backend server) which is not responding to the Gateway/Proxy server (frontend server). I would still highly suggest you to follow the error codes for the particular application you are using.

AWS
支援工程師
Tarun_S
已回答 1 年前

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

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

回答問題指南