I was in-transit and the DNS should now be fixed. It may take a few hours to propagate.
Doug Bell d...@preaction.me > On May 15, 2017, at 2:21 PM, Alceu Rodrigues de Freitas Junior via > cpan-testers-discuss <cpan-testers-discuss@perl.org> wrote: > > Hello folks, > > Just got some reports and the links are not working anymore: > > http://www.cpantesters.org/cpan/report/9ddaf2d8-2ec2-11e7-8430-9cfb106f656a > > $ curl > http://www.cpantesters.org/cpan/report/9ddaf2d8-2ec2-11e7-8430-9cfb106f656a > curl: (6) Couldn't resolve host 'www.cpantesters.org' > $ dig www.cpantesters.org > > ; <<>> DiG 9.10.3-P4-Ubuntu <<>> www.cpantesters.org > ;; global options: +cmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 28632 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1 > > ;; OPT PSEUDOSECTION: > ; EDNS: version: 0, flags:; udp: 4096 > ;; QUESTION SECTION: > ;www.cpantesters.org. IN A > > ;; ANSWER SECTION: > www.cpantesters.org. 9578 IN CNAME > dualstack.nonssl.global.fastly.net.cpantesters.org. > > ;; AUTHORITY SECTION: > cpantesters.org. 9578 IN SOA a.dns.gandi.net. > hostmaster.gandi.net. 1494264825 10800 3600 604800 10800 > > ;; Query time: 0 msec > ;; SERVER: 192.168.1.113#53(192.168.1.113) > ;; WHEN: Mon May 15 16:18:52 BRT 2017 > ;; MSG SIZE rcvd: 159 > > $ host www.cpantesters.org > Host www.cpantesters.org not found: 3(NXDOMAIN) > > If I omit the "www" part, it works fine: > > $ curl --head > http://cpantesters.org/cpan/report/9ddaf2d8-2ec2-11e7-8430-9cfb106f656a > HTTP/1.1 200 OK > Date: Mon, 15 May 2017 19:20:51 GMT > Server: Apache/2.4.10 (Debian) > Vary: Accept-Encoding > Content-Type: text/html; charset=utf-8 > > > Cheers, > Alceu