Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Urlte.am link is broken. #80

Open
kotenok2000 opened this issue Feb 8, 2022 · 1 comment
Open

Urlte.am link is broken. #80

kotenok2000 opened this issue Feb 8, 2022 · 1 comment
Labels

Comments

@kotenok2000
Copy link

kotenok2000 commented Feb 8, 2022

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

@chfoo chfoo added the bug label Aug 13, 2024
@sommer-gei
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants