[python-committers] IPv6 issues on *.python.org

2017-11-16 Thread Antoine Pitrou
Hello, I'm having IPv6 issues on *.python.org. Is anyone having the same issues or is it just me? Who should I report this to? $ curl -6 -v -I https://www.python.org/ * Trying 2a04:4e42:9::223... * Connected to www.python.org (2a04:4e42:9::223) port 443 (#0) * found 148 certificates in /etc/

Re: [python-committers] IPv6 issues on *.python.org

2017-11-16 Thread Jason R. Coombs
It’s working for me. https://gist.github.com/51689c789a21edc1f9f9cf32fa17431f On 16 Nov, 2017, at 09:07, Antoine Pitrou mailto:anto...@python.org>> wrote: Hello, I'm having IPv6 issues on *.python.org. Is anyone having the same issues or is it just me? Who should I repor

Re: [python-committers] IPv6 issues on *.python.org

2017-11-16 Thread Victor Stinner
Hi, > * gnutls_handshake() failed: Error in the pull function. It looks more like a TLS issue rather than an IPv6 issue. It reminds me a similar TLS issue on blog.python.org: "blog.python.org in HTTPS doesn't provide a server certificate?" https://github.com/python/psf-infra-meta/issues/3 You m

Re: [python-committers] IPv6 issues on *.python.org

2017-11-16 Thread Victor Stinner
Note: I'm living in France and my ISP is Orange. I have IPv6 connectivity. On the first try, I reproduced the blog.python.org issue: haypo@selma$ openssl s_client -connect blog.python.org -port 443 &1|tee log; grep -E 'Certificate chain|no peer certificate available' log (...) no peer certificate

Re: [python-committers] IPv6 issues on *.python.org

2017-11-16 Thread Antoine Pitrou
Le 16/11/2017 à 15:26, Victor Stinner a écrit : > Hi, > >> * gnutls_handshake() failed: Error in the pull function. > > It looks more like a TLS issue rather than an IPv6 issue. It reminds > me a similar TLS issue on blog.python.org: > > "blog.python.org in HTTPS doesn't provide a server certi