A client of mine is trying to connect to our site via CURL. The command they are running is:
curl -Ik example.com
The response they receive is:
(56) Recv failure: Connection reset by peer site
They feel this response implies the issue must be on our end. That the connection is making it to us and we are rejecting it.
We run that same command from any machine outside their network (both local and remote) and get a successful response. Plus none of our other clients have this issue. So we feel the issue is likely on their end.
Really what I need is help to debug this. This client will run any test to help figure this out. Any suggestions?