dcmeglio / hubitat-packagemanagertools

BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

SSL connection? #9

Open MikeBishop opened 1 year ago

MikeBishop commented 1 year ago

All executions of the HPM command-line tool on Linux produce the following error:

An error occurred: The SSL connection could not be established, see inner exception. Authentication failed, see inner exception.

Why is the tool even attempting to make network connections off-box to modify a local file?

MikeBishop commented 1 year ago

Ah, I see that the first thing it does is fetch https://raw.githubusercontent.com/dcmeglio/hubitat-packagerepositories/master/settings.json, so if that fails, nothing works. curl and wget are able to retrieve that, so I'm still guessing it's something about the TLS config within the old hpm binary.