"https" address causes zsync download to fail with error 'could not read control file from URL'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CD Images |
Invalid
|
Undecided
|
Unassigned | ||
zsync (Debian) |
New
|
Unknown
|
|||
zsync (Ubuntu) |
Triaged
|
High
|
Unassigned |
Bug Description
How to reproduce:
1. Go to cdimage.ubuntu.com, choose any flavor and navigate to release or daily-live folder.
2. Copy (link address of) the .zsync file.
3. Open a terminal and try to perform zsync download with the copied zsync URL.
Expected:
Zsync download happens normally.
Actual:
Zsync download fails with error '...could not read control file from URL'.
Below is an example error (for Ubuntu 21.10 20210507 daily build iso):
```
zsync https:/
failed on url https:/
could not read control file from URL https:/
```
If we change the protocol to `http` instead of `https` the zsync function works.
This is happening for all flavors.
Suggested solution: Change/keep all zsync file's address to use `http` till (if) zsync software supports `https` protocol.
tags: | added: impish |
tags: | added: iso-testing |
tags: | added: jammy |
tags: | added: bionic focal |
Changed in zsync (Ubuntu): | |
importance: | Undecided → High |
status: | Confirmed → Triaged |
Changed in zsync (Debian): | |
status: | Unknown → New |
tags: | added: kinetic |
tags: | added: lunar |
Changed in ubuntu-cdimage: | |
status: | New → Invalid |
Apparently this has been known for a while: https:/ /bugs.debian. org/cgi- bin/bugreport. cgi?bug= 459706