New submission from Antoine Pitrou:

Lately bugs.python.org has become unreachable if your connection supports IPv6:

$ curl -vI http://bugs.python.org
* About to connect() to bugs.python.org port 80 (#0)
*   Trying 2a01:4f8:131:2480::3...
^C


It works fine if you force IPv4 instead:

$ curl -vI -4 http://bugs.python.org
* About to connect() to bugs.python.org port 80 (#0)
*   Trying 46.4.197.70...
* connected
* Connected to bugs.python.org (46.4.197.70) port 80 (#0)
> HEAD / HTTP/1.1
> User-Agent: curl/7.26.0
> Host: bugs.python.org
> Accept: */*
> 
* additional stuff not fine transfer.c:1037: 0 0
* HTTP 1.1 or later with persistent connection, pipelining supported
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Date: Sat, 12 Oct 2013 12:38:59 GMT
Date: Sat, 12 Oct 2013 12:38:59 GMT
< Server: BaseHTTP/0.3 Python/2.6.6
Server: BaseHTTP/0.3 Python/2.6.6
< Expires: Sat, 12 Oct 2013 12:38:58 GMT
Expires: Sat, 12 Oct 2013 12:38:58 GMT
< Content-Type: text/html; charset=utf-8
Content-Type: text/html; charset=utf-8
< Cache-Control: no-cache
Cache-Control: no-cache
< Via: 1.1 bugs.python.org
Via: 1.1 bugs.python.org
* no chunk, no close, no size. Assume close to signal end

< 
* Closing connection #0

----------
messages: 2789
nosy: loewis, pitrou
priority: critical
status: unread
title: bugs.python.org unreachable with IPv6

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue528>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
https://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to