I’ve developed an application that fetches data from various websites using a SOCKS5 proxy server. Locally, I’m having no issues routing my requests through my proxy server using SocksProxyAgent, however, when I push to Render (I’ve even tried EC2), I’m unable to get data from a couple of websites.
Here’s what I’ve observed:
I’ve tried deploying my application on EC2 to test it, and I encountered the same data retrieval issue. I can get data from some websites but not others.
While the application works perfectly on my local server, it fails to retrieve data when deployed on both EC2 and Render.com. My hypothesis is that these cloud servers aren’t correctly routing the traffic through my Proxy Server.
I’m using a SOCKS5 Proxy Server to route traffic, which works on my local server. However, it appears that when deployed on EC2 and Render.com, the traffic routing may not be functioning as expected.