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
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.- Check your local firewall rules (e.g., Windows Firewall,
ufw
on Linux). - 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 liketelnet
or nc
(netcat) from your server’s command line to check for basic connectivity.
Terminal
- 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.