ArchiveTeam/terroroftinytown

Urlte.am link is broken.

Opened this issue · 1 comments

It leads to http://tracker.archiveteam.org:1337/status which fails with ERR_SSL_PROTOCOL_ERROR

FYI: http redirect works

$ curl -IL "http://urlte.am"
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Tue, 20 Aug 2024 10:51:46 GMT
Content-Type: text/html; charset=UTF-8
Location: http://tracker.archiveteam.org:1337/status
Connection: keep-alive

HTTP/1.1 302 Moved Temporarily
Server: nginx/1.15.8
Date: Tue, 20 Aug 2024 10:51:46 GMT
Content-Type: text/html
Content-Length: 145
Connection: keep-alive
Location: https://tracker.archiveteam.org:1338/status

HTTP/1.1 405 Method Not Allowed
Date: Tue, 20 Aug 2024 10:51:46 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 87
Connection: keep-alive
Server: TornadoServer/4.4.3

https produces the mentioned error. :/

~$ curl -IL "https://urlte.am"
curl: (35) error:0A000126:SSL routines::unexpected eof while reading

Best regards!