https://www.tmdn.org - This site not working on our AWS Servers

0

https://www.tmdn.org

This site is not working only on our AWS instances, it says the site can't be reached. This is working from all Public locations

已提问 1 个月前154 查看次数
2 回答
1

Thanks Adeleke & Antonio Yes nslookup from my aws gets resolved. NSlookup

This site is related to European union Intellectual property My AWS instance is configured on US-West2 Will this have some restrictions? We dont have any restriction on outbound rules and no proxy is in use

已回答 1 个月前
0
已接受的回答

it's likely an issue with network configuration or restrictions within your AWS environment. Here are some steps you can take to troubleshoot and resolve the issue:

Ensure that the security group associated with your AWS instances allows outbound traffic to port 443 (HTTPS), which is commonly used for accessing websites securely. If the website is served over HTTPS, make sure that outbound traffic to port 443 is allowed.

Verify that the network ACLs (Access Control Lists) associated with your subnet allow outbound traffic to the website's IP address or domain name. Network ACLs act as a firewall at the subnet level and can block traffic if not configured correctly.

If your AWS instances are in a private subnet, ensure that there is an internet gateway attached to the VPC (Virtual Private Cloud) and that the route table associated with the subnet routes traffic to the internet gateway for internet-bound traffic.

Check if DNS resolution is working correctly on your AWS instances. Try resolving the domain name of the website (www.tmdn.org) using tools like nslookup or dig from your AWS instances to see if they can resolve the IP address of the website.

If your AWS instances are behind a proxy server, ensure that the proxy configuration is correctly set up to allow access to the website. Check the proxy settings in your instance's network configuration or application settings.

Some organizations use DNS filtering services or DNS-based security solutions that may block access to certain websites. Verify if there are any DNS filtering rules in place that could be blocking access to the website.

Hope it clarifies and if does I would appreciate answer to be accepted so that community can benefit for clarity, thanks ;)

profile picture
专家
已回答 1 个月前
profile picture
专家
已审核 1 个月前
  • This site is related to European union Intellectual property My AWS instance is configured on US-West2 Will this have some restrictions? We dont have any restriction on outbound rules and no proxy is in use

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则