We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It leads to http://tracker.archiveteam.org:1337/status which fails with ERR_SSL_PROTOCOL_ERROR
The text was updated successfully, but these errors were encountered:
FYI: http redirect works
http
$ 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. :/
https
~$ curl -IL "https://urlte.am" curl: (35) error:0A000126:SSL routines::unexpected eof while reading
Best regards!
Sorry, something went wrong.
No branches or pull requests
It leads to http://tracker.archiveteam.org:1337/status which fails with ERR_SSL_PROTOCOL_ERROR
The text was updated successfully, but these errors were encountered: