Symptoms¶
- The application on
api-server-02cannot connect to an external payment gateway atpayments.provider.com:443. curl https://payments.provider.comhangs and eventually times out.- DNS resolution works:
nslookup payments.provider.comreturns the correct IP. - The same curl command works from other servers in the same subnet.
- The server can reach other external HTTPS endpoints (e.g.,
https://google.com). - The issue appeared after a security team member applied "hardening rules" to the server.
- No network-level firewall or security group changes were made.