#cannot see the repositories of HACS

1 messages · Page 1 of 1 (latest)

red trail
#

I have installed HACS several times but I cannot see the directories above the 'download' section. I don't know if it's related but I cannot run the command from my terminal to download HACS from github.

red trail
orchid sigil
#

Please run apk add wget and try again. If that don't work try the advanced SSH addon.

red trail
#

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.
➜ ~

orchid sigil
#

Please try

wget -d https://get.hacs.xyz

Use code blocks when sharing the result.

jolly emberBOT
#

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.

red trail
#
➜  ~ 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.
orchid sigil
#

One last test for now. Maybe curl has something else to say

curl -4Lkv https://get.hacs.xyz
red trail
#
➜  ~ 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)
orchid sigil
#

Alright I look into this more when I'm at a PC.

orchid sigil
red trail
#

No, I also get an error when I enter the URL in my browser.

orchid sigil
#

Okay so definitely not HA related.

red trail
#

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 ...

red trail
#

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

orchid sigil
#

But that will not fix your chrome browser. Best to modify the DNS server in the router and let HA get it via DHCP.