ssl-proxy-troubleshoot-fb786c
Provides a structured workflow for diagnosing and resolving SSL/proxy connectivity issues with restricted websites.
Install this skill
Security score
The ssl-proxy-troubleshoot-fb786c skill was audited on May 14, 2026 and we found 37 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 33 | curl -v https://target-domain.gov 2>&1 | head -50 |
Curl to non-GitHub URL
| 45 | curl --tlsv1.2 -v https://target-domain.gov |
Curl to non-GitHub URL
| 46 | curl --tlsv1.3 -v https://target-domain.gov |
Curl to non-GitHub URL
| 49 | curl -k https://target-domain.gov |
Curl to non-GitHub URL
| 58 | curl --noproxy "*" https://target-domain.gov |
Curl to non-GitHub URL
| 61 | curl -x http://proxy.example.com:8080 https://target-domain.gov |
Curl to non-GitHub URL
| 65 | curl https://target-domain.gov |
Curl to non-GitHub URL
| 68 | curl -x http://proxy:8080 https://target-domain.gov |
Curl to non-GitHub URL
| 69 | curl -x https://proxy:8080 https://target-domain.gov |
Curl to non-GitHub URL
| 70 | curl -x socks5://proxy:1080 https://target-domain.gov |
Curl to non-GitHub URL
| 79 | curl http://target-domain.gov |
Curl to non-GitHub URL
| 82 | curl https://target-domain.gov:8443 |
Curl to non-GitHub URL
| 83 | curl https://target-domain.gov:4443 |
Curl to non-GitHub URL
| 86 | curl https://www.target-domain.gov |
Curl to non-GitHub URL
| 89 | curl https://target-domain.state.il.us |
Curl to non-GitHub URL
| 98 | curl -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" https://target-domain.gov |
Curl to non-GitHub URL
| 101 | curl -H "Accept: text/html" -H "Accept-Language: en-US" https://target-domain.gov |
Curl to non-GitHub URL
| 104 | curl -e "https://www.google.com/" https://target-domain.gov |
External URL reference
| 33 | curl -v https://target-domain.gov 2>&1 | head -50 |
External URL reference
| 45 | curl --tlsv1.2 -v https://target-domain.gov |
External URL reference
| 46 | curl --tlsv1.3 -v https://target-domain.gov |
External URL reference
| 49 | curl -k https://target-domain.gov |
External URL reference
| 58 | curl --noproxy "*" https://target-domain.gov |
External URL reference
| 61 | curl -x http://proxy.example.com:8080 https://target-domain.gov |
External URL reference
| 65 | curl https://target-domain.gov |
External URL reference
| 68 | curl -x http://proxy:8080 https://target-domain.gov |
External URL reference
| 69 | curl -x https://proxy:8080 https://target-domain.gov |
External URL reference
| 70 | curl -x socks5://proxy:1080 https://target-domain.gov |
External URL reference
| 79 | curl http://target-domain.gov |
External URL reference
| 82 | curl https://target-domain.gov:8443 |
External URL reference
| 83 | curl https://target-domain.gov:4443 |
External URL reference
| 86 | curl https://www.target-domain.gov |
External URL reference
| 89 | curl https://target-domain.state.il.us |
External URL reference
| 98 | curl -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" https://target-domain.gov |
External URL reference
| 101 | curl -H "Accept: text/html" -H "Accept-Language: en-US" https://target-domain.gov |
External URL reference
| 104 | curl -e "https://www.google.com/" https://target-domain.gov |
External URL reference
| 121 | response = session.get('https://target-domain.gov', timeout=30) |