site can't reachable through the public IP

0

How to fix this problem, can any one suggest pls:

This site can’t be reached15.152.45.222 took too long to respond. Try:

Checking the connection Checking the proxy and the firewall Running Windows Network Diagnostics ERR_CONNECTION_TIMED_OUT

Rekha
已提問 8 個月前檢視次數 161 次
2 個答案
0

Hello.

Do the inbound rules of the EC2 security group allow HTTP port 80 and HTTPS port 443?
Also check the inbound and outbound rules in the subnet's network ACL.
https://repost.aws/knowledge-center/connect-http-https-ec2

profile picture
專家
已回答 8 個月前
  • Yes, it’s all done, still am facing the problem

  • Probably Tomcat's listening port is 8080, so even if port 80 is allowed in the security group, it cannot be accessed. If you change Tomcat's listening port to something like 80, you can connect by allowing port 80 in the security group. Of course, if you want to continue using port 8080, just allow port 8080 in your security group.

0

Is the actual backed healthy? Anything from logs?

profile picture
專家
已回答 8 個月前
  • I just installed tomcat in the container, if I add custom TCP for 8080 in the inbound rule, I can access the tomcat page via public IP, will this way is valid ? can anyone pls confirm. If I remove custom TCP for 8080 am again unable to access the tomcat server page through public IP. Can anyone kindly help pls!

  • Ya nothing from logs

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

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

回答問題指南