DIYBookScanner / spreadpi

Raspberry Pi image for controlling a DIYBookScanner via spreads
GNU General Public License v2.0
37 stars 11 forks source link

build fails with gnutls/ssl error? #16

Closed markvdb closed 10 years ago

markvdb commented 10 years ago

2014-03-20 23:16:31 (1.20 MB/s) - `/usr/bin/rpi-update' saved [7174/7174]

* Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS * Performing self-update --2014-03-20 23:16:31-- https://github.com/Hexxeh/rpi-update/raw/master/rpi-update Resolving github.com (github.com)... 192.30.252.129 Connecting to github.com (github.com)|192.30.252.129|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update [following] --2014-03-20 23:16:53-- https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.18.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.18.133|:443... connected. GnuTLS: A TLS warning alert has been received. Unable to establish SSL connection. !!! Failed to download update for rpi-update! !!! Make sure you have ca-certificates installed and that the time is set correctly

markvdb commented 10 years ago

This is a regression in a recent wget on debian stable.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738625

Dirty temporary workaround: downgrade wget or install wget with --sslcertcheck from testing.

markvdb commented 10 years ago

maybe use http://snapshot.debian.org for apt source?

markvdb commented 10 years ago

switched to curl instead, like the upstream rpi bootstrapping script. solved