Skip to main content
If you’re having trouble connecting through your proxies, follow this guide to diagnose and resolve common issues.

Quick diagnostic

Run this command to test your proxy connection:
curl -x http://myuser:mypass@192.168.1.1:3128 https://httpbin.org/ip
If this returns your proxy IP, the proxy is working. If not, continue below.

Common errors

Cause: The proxy server is unreachable.Fix:
  1. Verify the proxy IP and port are correct (check your dashboard)
  2. Ensure your order is active and not expired
  3. Check that your firewall or network isn’t blocking outbound connections on port 3128
  4. Try from a different network to rule out local restrictions
Cause: Missing or incorrect credentials.Fix:
  1. Double-check your username and password from the dashboard
  2. Ensure credentials are URL-encoded if they contain special characters
  3. Verify the authentication format: http://user:pass@host:port
Cause: The target website is blocking the request.Fix:
  1. This is usually a target-side block, not a proxy issue
  2. Try a different proxy IP from your pool
  3. Add realistic headers (User-Agent, Accept, etc.) to your requests
  4. See Blocked Requests for more strategies
Cause: SSL certificate verification issues with the proxy.Fix:
  1. Ensure you’re using http:// (not https://) as the proxy protocol prefix
  2. The proxy handles the HTTPS tunnel — you connect to the proxy via HTTP
  3. Update your SSL certificates: pip install --upgrade certifi
Cause: Proxy is not being used for the request.Fix:
  1. Verify the proxy is set for both http and https protocols
  2. Check that environment variables aren’t overriding your proxy settings
  3. Some tools require separate SOCKS5 configuration — check your tool’s docs

Testing your proxy

Verify the proxy IP

curl -x http://myuser:mypass@192.168.1.1:3128 https://httpbin.org/ip

Check response time

curl -x http://myuser:mypass@192.168.1.1:3128 -w "Total: %{time_total}s\n" -o /dev/null -s https://httpbin.org/ip

Test with verbose output

curl -x http://myuser:mypass@192.168.1.1:3128 -v https://httpbin.org/ip

Still having issues?

Contact Support

Get help from our team on Discord

Slow Performance

Optimize your proxy speed and throughput