alexreinert / piVCCU

piVCCU is a project to install the original Homematic CCU3 firmware inside a virtualized container (lxc) on ARM based single board computers.
Apache License 2.0
300 stars 62 forks source link

www.pivccu.de currently unreachable #477

Closed jens-maus closed 1 year ago

jens-maus commented 1 year ago

Today I am receiving the following errors in my CI/CD environment trying to install all dependencies:

Err:26 https://www.pivccu.de/piVCCU stable InRelease
  Cannot initiate the connection to www.pivccu.de:443 (2a01:4f9:1a:9956:7::8). - connect (101: Network is unreachable) Could not connect to www.pivccu.de:443 (65.108.197.112), connection timed out
[...]
W: Failed to fetch https://www.pivccu.de/piVCCU/dists/stable/InRelease  Cannot initiate the connection to www.pivccu.de:443 (2a01:4f9:1a:9956:7::8). - connect (101: Network is unreachable) Could not connect to www.pivccu.de:443 (65.108.197.112), connection timed out

The same happens when trying to download the public key from www.pivccu.de:

$ curl https://www.pivccu.de/piVCCU/public.key
curl: (7) Failed to connect to www.pivccu.de port 443 after 43 ms: No route to host

So it seems pivccu.de is not reachable anymore.

alexreinert commented 1 year ago

I am already working on it.

alexreinert commented 1 year ago

Should be available again

jens-maus commented 1 year ago

Yes, works again as expected! Thanks for the fast fix.