Homegear 0.7(stable) auf Raspian Stretch(Lite) schlägt fehl

Hallo,

kann mir jemand sagen was ich falsch mache.
Ich bekomme immer diese Meldung wenn ich Validation Key herunter laden will:

pi@raspberrypi:~ $ curl https://apt.homegear.eu/Release.key | sudo apt-key add -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0), errno 104
gpg: no valid OpenPGP data found.

Gruß
Guido

Hallo @drazil,

versuch mal den Schlüssel mit wget herunterzuladen. Klappt das?

wget https://apt.homegear.eu/Release.key
apt-key add Release.key

Falls nicht, schau mal, ob Datum und Uhrzeit auf dem System stimmen und ob ca-certificates installiert ist:

apt install ca-certificates
update-ca-certificates --fresh

Viele Grüße

Sathya

Hallo Sathya,
ja danke. Mit wget klappt es.

Gruss
Guido

@drazil, formatier deinen Post doch bitte. Habe das jetzt mal für dich erledigt.

Auch wenn wget funktioniert, schau mal nach der Uhrzeit auf deinem Pi.

Yo, stimmt. Ich hatte die Zeitzone noch nicht korrekt gesetzt :upside_down_face:

Alles klar :+1: