Comment 47 for bug 1651923

Revision history for this message
Julian Andres Klode (juliank) wrote :

The first log looks entirely correct. The server is broken, vorboss does not support partial requests, but instead of responding correctly with all the content, it just redirects to another location. That other location is http, so unencrypted which we do not allow for security reasons.

Re the invalid content-range - Delete the file and it will work again. Their servers have another weird thing they do when replying to a request for partial content:

HTTP/1.1 302 Moved Temporarily
[...]
Content-Range: bytes */198384

They are responding with a Content-Range field for a redirect which really makes no sense. That's another issue I should be fixing, but it's really unrelated to that one and a bit less urgent.