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 may want to try the following command to get more information your TLS issue: openssl s_client -connect blog.python.org -port 443 Look for "no peer certificate available" or "New, (NONE), Cipher is (NONE)" in the output. Victor 2017-11-16 15:07 GMT+01:00 Antoine Pitrou <anto...@python.org>: > > 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/ssl/certs/ca-certificates.crt > * found 604 certificates in /etc/ssl/certs > * ALPN, offering http/1.1 > * gnutls_handshake() failed: Error in the pull function. > * Closing connection 0 > curl: (35) gnutls_handshake() failed: Error in the pull function. > > > Regards > > Antoine. > _______________________________________________ > python-committers mailing list > python-committers@python.org > https://mail.python.org/mailman/listinfo/python-committers > Code of Conduct: https://www.python.org/psf/codeofconduct/ _______________________________________________ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/