Connection Timeouts
Connection timeouts can occur for various reasons. This guide will help you identify and resolve timeout issues with your PinguProxy connection.
Common Causes
- Unstable internet connection
- Firewall blocking proxy port
- Overloaded proxy server
- Exceeding concurrent connection limits
Troubleshooting Steps
- Check your internet connection stability
- Verify the proxy port isn't blocked by your firewall
- Try using a different proxy from your subscription pool
- Ensure you're not exceeding concurrent connection limits for your plan
- Test with a simple cURL command to isolate the issue
Verification Steps
Use this cURL command with a timeout setting to test your connection:
curl --proxy http://username:[email protected]:port --max-time 10 http://google.com
This command will timeout after 10 seconds if there's no response.
If timeouts persist after these steps, please check our status page or contact support for potential server-side issues.