Troubleshooting Proxy Connectivity
Symptoms
- "Connection refused" when proxying to target
- Timeout errors during proxy operations
- DNS resolution failures
Solutions
Target URL Verification
- Ensure the target URL is correct and accessible
- Test the target directly:
curl <target-url> - Check for typos in the protocol (http vs https)
Network Issues
- Verify the target API allows traffic from SureStage IP ranges
- Check firewall rules on the target side
- For internal/private APIs, ensure proper network routing
Timeout Configuration
Default timeout is 30 seconds. For slow APIs:
- Open proxy settings
- Increase the Request timeout value
- Consider if the target API is overloaded