unman / shaker

19 stars 13 forks source link

cacher issues with spotify : "500 SSL error: certificate verify failed [IP: 127.0.0.1 8082]" #27

Open tlaurion opened 12 months ago

tlaurion commented 12 months ago

Upstream instructions at https://www.spotify.com/ca-en/download/linux/

Transformed to fit cacher requirements

curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
echo "deb http://HTTPS:///repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update && sudo apt-get install spotify-client

Results in

E: Failed to fetch http://HTTPS///repository.spotify.com/dists/stable/InRelease  500  SSL error: certificate verify failed [IP: 127.0.0.1 8082]
E: Some index files failed to download. They have been ignored, or old ones used instead.

Any suggestions @unman ?