-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: FREEBOX_CA_BUNDLE is not a list of valid PEM CA certificate #9
Comments
Hi Sorry, as the source had not been merged since my last commit on my forked repository, I have not seen your case before today. I will have a look in the issue, but it would be easier to following the case at https://github.com/nbanb/fbx-delta-nba_bash_api.sh/issues NB: if you're on a local Network with trusted computer and source, you can ignore the TLS issue, TLS will work BUT certificate would not be validated. Kind regards |
Hi OK, you didn't migrate the issue at a place where I can easily follow it, but as I'm the actual maintainer of the code, I'm going back here to answer: First for making work the project, I recommand you to see External tools Second, I'm sorry but I did not specify that standard packages like The error message show that you must have I did not specify Extract from : I will see to add a note in the README.md for HomeAssistant users Please let me know if you were able to use the library after installing 'file' command on your HA system. Kind regards |
Fixing [issue#9](freeboxos#9) : Adding check of `file` command and of `mktemp` command (from GNU coreutils) as they are not installed by default on all distribution Updating "External tools" table of README.md
In freebox delta on VM Homeassistant :
source ./fbx-delta-nba_bash_api.sh
mktemp: Invalid argument
./fbx-delta-nba_bash_api.sh:291: no such file or directory:
./fbx-delta-nba_bash_api.sh:292: command not found: file
ERROR: FREEBOX_CA_BUNDLE is not a list of valid PEM CA certificate
WARNING: fbx-delta-nba_bash_api.sh library will fallback to insecure TLS !
The text was updated successfully, but these errors were encountered: