For couple of days we found that our dropbox API connection (dropbox app with folder access) stopped working with below error generated:
System.Net.Http.HttpRequestException: An error occurred while sending the request.
---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException:
A connection attempt failed because the connected party did not properly respond after a period of time,
or established connection failed because connected host has failed to respond 162.125.8.8:443
Our API is accessed from 2 Servers (Godaddy hosted VPS) and both of them can't access the API,
but the connection is working properly from my development machine and other Server that wasn't connected to the API before.
We've checked our server's firewall, antivirus and other network-related software and it has nothing to do with this server.
So what could be the problem?
Could dropbox block our server's access or soemthing?