You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently installed a self-signed certificate to my docker install of Home Assistant. This broke the Flick Hub connection. I was hoping I could just add verify_tls : false to the API endpoint but think it is actually Flic that is denying the request, not home assistant.
I recently installed a self-signed certificate to my docker install of Home Assistant. This broke the Flick Hub connection. I was hoping I could just add
verify_tls : false
to the API endpoint but think it is actually Flic that is denying the request, not home assistant.I updated the
exports.SERVER_HOST
to usehttps
and then was successful in addingoptions.verify_ssl = false;
on line 89 of ha.js:https://github.com/blunan/flic-hub-home-assistant-module/blob/main/flic_hub_module/ha.js#L88
But I am still getting the
Error: "TlsFailure"
response. Any thoughts?If there is a simple solution I'd be happy to open a PR so this could be added to the config as an option.
The text was updated successfully, but these errors were encountered: