Hurricane Electric's IPv6 Tunnel Broker Forums

IPv6 Certification Program Topics => General Discussion => Topic started by: noipa on December 02, 2020, 09:43:11 AM

Title: Enthusiast level: connection timed out
Post by: noipa on December 02, 2020, 09:43:11 AM
Hello everyone,

I have configured the following domain with an AAAA record : he.elinar.fr
I have a running webserver, and I created an empty file «c3dovrs63i.txt» at the root of the webserver.

When running the test I get a time out error, either on port 80 or 443 :

«Failed to connect to he.elinar.fr port 80: Connection timed out»

However, using curl to test, it looks like everything is fine :


$ curl -I -6 http://he.elinar.fr/c3dovrs63i.txt
HTTP/1.1 200 OK
$ curl -k -I -6 https://he.elinar.fr/c3dovrs63i.txt
HTTP/1.1 200 OK


Any idea what might cause this time out ?
Title: Re: Enthusiast level: connection timed out
Post by: snarked on December 03, 2020, 07:56:24 AM
Don't know.  It could be your path (including an MTU problem).
I tried the URLs you gave and got 404 errors, meaning that your server is working.
Title: Re: Enthusiast level: connection timed out
Post by: noipa on December 04, 2020, 05:56:40 AM
Thanks for your answer.
Indeed, I had an error in the path to the file, so the 404 should be fixed.

I'll try to dig further to see what might cause this time out.
Title: Re: Enthusiast level: connection timed out
Post by: kriteknetworks on December 05, 2020, 10:32:26 AM
curl -k -I -6 https://he.elinar.fr/c3dovrs63i.txt
HTTP/1.1 200 OK
Date: Sat, 05 Dec 2020 18:31:54 GMT
Server: Apache/2.4.38 (Raspbian)
Last-Modified: Wed, 02 Dec 2020 16:46:43 GMT
ETag: "0-5b57dfcf56bc4"
Accept-Ranges: bytes
Content-Type: text/plain