OS:
What steps will reproduce the problem?
sudo apt-get install apt-transport-https
wget -q https://wire-app.wire.com/linux/releases.key -O- | sudo apt-key add -
echo "deb https://wire-app.wire.com/linux/debian stable main" | sudo tee /etc/apt/sources.list.d/wire-desktop.list
# apt update
(...)
Err:14 https://wire-app.wire.com/linux/debian stable InRelease
403 Forbidden [IP: 54.192.59.249 443]
(...)
Fetched 3,675 B in 2s (1,289 B/s)
Reading package lists... Done
E: Failed to fetch https://wire-app.wire.com/linux/debian/dists/stable/InRelease 403 Forbidden [IP: 54.192.59.249 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.
What is the expected result?
apt update runs normal getting the file.
What happens instead?
An 403 error when try to get the files from the server
Trying access any file from wire-app.wire.com results on 403. Maybe a misconfiguration on the server?
Confirmed, apt update shows the same result on my end.
Hi @AllanDaemon, thanks for the report. Until now we didn't have an InRelease file, we will create one and change our build scripts accordingly.
@AllanDaemon, @x2k13
Can you please try updating now?
It's working now. Thanks
Most helpful comment
It's working now. Thanks