Skip to content

Instantly share code, notes, and snippets.

@sandys
Last active May 7, 2018 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandys/6346ca9b972fb1824a11f1516b706195 to your computer and use it in GitHub Desktop.
Save sandys/6346ca9b972fb1824a11f1516b706195 to your computer and use it in GitHub Desktop.
pythonhosted issues

user@instance-mumbai:~/docker-setup-v2/flask$ dig files.pythonhosted.org A

; <<>> DiG 9.10.3-P4-Ubuntu <<>> files.pythonhosted.org A ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3624 ;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;files.pythonhosted.org. IN A

;; ANSWER SECTION: files.pythonhosted.org. 59 IN CNAME dualstack.r.ssl.global.fastly.net. dualstack.r.ssl.global.fastly.net. 29 IN A 151.101.1.63 dualstack.r.ssl.global.fastly.net. 29 IN A 151.101.65.63 dualstack.r.ssl.global.fastly.net. 29 IN A 151.101.129.63 dualstack.r.ssl.global.fastly.net. 29 IN A 151.101.193.63

;; Query time: 194 msec ;; SERVER: 169.254.169.254#53(169.254.169.254) ;; WHEN: Mon May 07 15:39:54 UTC 2018 ;; MSG SIZE rcvd: 162

user@instance-mumbai:~/docker-setup-v2/flask$

and

user@instance-mumbai:/docker-setup-v2/flask$ traceroute 151.101.1.63 traceroute to 151.101.1.63 (151.101.1.63), 30 hops max, 60 byte packets 1 * * * 2 * * * 3 * * * 4 * * * 5 * * * 6 * * * 7 * * * 8 * * * 9 * * * 10 * * * 11 * * * 12 * * * 13 * * * 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * * * 24 * * * 25 * * * 26 * * * 27 * * * 28 * * * 29 * * * 30 * * * user@instance-mumbai:/docker-setup-v2/flask$

user@instance-mumbai:~/docker-setup-v2/flask$ curl -vvv --ipv4 https://files.pythonhosted.org/

  • Trying 151.101.1.63...
  • connect to 151.101.1.63 port 443 failed: Connection timed out
  • Trying 151.101.65.63...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment