• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

Enthusiast level: connection timed out

Started by noipa, December 02, 2020, 09:43:11 AM

Previous topic - Next topic

noipa

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 ?

snarked

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.

noipa

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.

kriteknetworks

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