#cannot see the repositories of HACS
1 messages · Page 1 of 1 (latest)
I'm using HAOS 16.0 on a Raspberry Pi 3b. I can't load HACS 2.0 via the terminal command (SSL error), so I used the method with the get HACS explained here: https://www.domo-blog.fr/comment-installer-hacs-2-sur-home-assistant-simplement-en-2024/
Please run apk add wget and try again. If that don't work try the advanced SSH addon.
Hello thank you, I run the command on the Advanced SSH addon, it seems that the connection is made but I have the following problem now : ➜ ~ apk add wget
fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz
OK: 281 MiB in 245 packages
➜ ~ wget -O - https://get.hacs.xyz | bash -
--2025-07-30 18:48:09-- https://get.hacs.xyz/
Resolving get.hacs.xyz (get.hacs.xyz)... 2001:4d98:4:b10c::11, 2001:4d98:4:b10c::10, 195.186.4.216, ...
Connecting to get.hacs.xyz (get.hacs.xyz)|2001:4d98:4:b10c::11|:443... connected.
OpenSSL: error:0A0003E8:SSL routines::reason(1000)
Unable to establish SSL connection.
➜ ~
Please try
wget -d https://get.hacs.xyz
Use code blocks when sharing the result.
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
➜ ~ wget -d https://get.hacs.xyz
DEBUG output created by Wget 1.25.0 on linux-musl.
Reading HSTS entries from /root/.wget-hsts
URI encoding = 'ASCII'
converted 'https://get.hacs.xyz' (ASCII) -> 'https://get.hacs.xyz' (UTF-8)
Converted file name 'index.html' (UTF-8) -> 'index.html' (ASCII)
--2025-07-30 19:18:41-- https://get.hacs.xyz/
Resolving get.hacs.xyz (get.hacs.xyz)... 2001:4d98:4:b10c::10, 2001:4d98:4:b10c::11, 195.186.4.216, ...
Caching get.hacs.xyz => 2001:4d98:4:b10c::10 2001:4d98:4:b10c::11 195.186.4.216 195.186.4.217
Connecting to get.hacs.xyz (get.hacs.xyz)|2001:4d98:4:b10c::10|:443... connected.
Created socket 3.
Releasing 0x0000007f8b064730 (new refcount 1).
Initiating SSL handshake.
SSL handshake failed.
OpenSSL: error:0A0003E8:SSL routines::reason(1000)
Closed fd 3
Unable to establish SSL connection.
One last test for now. Maybe curl has something else to say
curl -4Lkv https://get.hacs.xyz
➜ ~ curl -4Lkv https://get.hacs.xyz
* Host get.hacs.xyz:443 was resolved.
* IPv6: (none)
* IPv4: 195.186.4.217, 195.186.4.216
* Trying 195.186.4.217:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS alert, close notify (512):
* TLS connect error: error:0A0003E8:SSL routines::reason(1000)
* closing connection #0
curl: (35) TLS connect error: error:0A0003E8:SSL routines::reason(1000)
Alright I look into this more when I'm at a PC.
I'm at my PC now but I'm still puzzled. Can you reach https://get.hacs.xyz on your PC?
No, I also get an error when I enter the URL in my browser.
Okay so definitely not HA related.
neither on chrome nor on edge
ok the url works with my smartphone in 5g but not in wifi on the local network, so problem on my network, my internet box ...
chatgpt just give the answer, in home assistance i have to modify the dns server adress on iPv4, and all is now ok to download HACS from the terminal et to see all the HACS components. thanks for your help
But that will not fix your chrome browser. Best to modify the DNS server in the router and let HA get it via DHCP.