[SOLVED] Can't update to 0.8(8)

Trying to update the Astrobox software from 0.8(7) to 0.8(8) using the Astrobox update software button on a Raspberry Pi B. It stalls out at “updating package sources” . Just stalled with no further info.
Logged in via ssh and tried: “sudo apt-get update”. It also crashes with the message:

Err https://ppa.astroprint.com stable/main armhf Packages
SSL: certificate subject name (.s3.amazonaws.com) does not match target host name ‘ppa.astroprint.com
Ign https://ppa.astroprint.com stable/main Translation-en_US
Ign https://ppa.astroprint.com stable/main Translation-en
W: Failed to fetch https://ppa.astroprint.com/dists/stable/main/binary-armhf/Packages SSL: certificate subject name (
.s3.amazonaws.com) does not match target host name ‘ppa.astroprint.com

That looks like where the error may be coming from. Is there a quick fix for this?
Ed

A few people are affected by this problem which was caused when we introduced our ppa incorrectly using https.

You can fix it by opening the file /etc/apt/sources.list.d/astroprint.ppa.list and replacing https with http in the ppa address in there. After that run:

sudo apt-get update

and retry your upgrade.

1 Like

That was the fix. Thank you so much!
Ed

2 Likes