-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
networkIssues related to our CDN, users having problems connecting to PyPIIssues related to our CDN, users having problems connecting to PyPI
Description
My Platform
Would you be able to check if this is maybe on your side ?
One or our ip addresses is:
80.54.67.1
Our datacenter has 2/2gbit and sometimes (so far second or third time within 2 months we are getting speeds like 120kB/s .
Our ISP Orange checked and said that issue is here thats why i am reporting.
Fastly Debug
DNS Resolution
$ dig pypi.org A
$ dig pypi.org AAAA
$ dig files.pythonhosted.org A
$ dig files.pythonhosted.org AAAA
Traceroutes / IPv4
$ traceroute pypi.org
$ traceroute files.pythonhosted.org
Traceroutes / IPv6 (If available)
$ traceroute6 pypi.org
$ traceroute6 files.pythonhosted.org
HTTPS Requests / IPv4
$ curl -vvv -I --ipv4 https://pypi.org/pypi/pip/json
$ curl -vvv -I --ipv4 https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz
HTTPS Requests / IPv6 (If available)
$ curl -vvv -I --ipv6 https://pypi.org/pypi/pip/json
$ curl -vvv -I --ipv6 https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz
TLS Debug / IPv4
$ echo -n | openssl s_client -4 -connect pypi.org:443
$ echo -n | openssl s_client -4 -connect files.pythonhosted.org:443
TLS Debug / IPv6 (If available)
$ echo -n | openssl s_client -6 -connect pypi.org:443
$ echo -n | openssl s_client -6 -connect files.pythonhosted.org:443
Code of Conduct
- I agree to follow the PSF Code of Conduct
Metadata
Metadata
Assignees
Labels
networkIssues related to our CDN, users having problems connecting to PyPIIssues related to our CDN, users having problems connecting to PyPI