Skip to main content
Connection Timeouts or “Connection Refused” errors typically indicate a network-level issue between your machine and our proxy gateway. Here’s how to troubleshoot it.

Step 1: Verify Host and Port

First, ensure you are using the correct host and port number for your proxy.
  • Host: proxy.2extract.net
  • Port: 5555
A common mistake is using the wrong port number or misspelling the host.

Step 2: Check Your Firewall

Your local machine, server, or cloud provider (like AWS or Google Cloud) may have a firewall that blocks outgoing connections to specific ports.
  1. Check your local firewall rules (e.g., Windows Firewall, ufw on Linux).
  2. Check your cloud provider’s security group rules. Make sure that outgoing (egress) traffic is allowed to the TCP port your proxy uses.

Step 3: Use a Network Diagnostic Tool

You can use a simple tool like telnet or nc (netcat) from your server’s command line to check for basic connectivity.
Terminal
tbd
  • If you see Connected to proxy.2extract.net: Your network connection is fine. The problem is likely in your script’s configuration.
  • If it hangs or says Connection refused / Unable to connect: The problem is a network block somewhere between you and us. Re-check your firewall rules.
If you’ve checked all of the above and the issue persists, please contact our Support Team and provide them with the output of your diagnostic tests.
I