blakeblackshear / frigate-hass-addons

Frigate hass.io addons
MIT License
249 stars 134 forks source link

Frigate failed to connect #188

Open Grum115 opened 3 weeks ago

Grum115 commented 3 weeks ago

Hi , I've managed to install frigate in a docker on my synology. I can connect to it with the https://ipaddress:8971. However when i try to install the homeassistant integration i get the failed to connect error. From H.A logs Logger: custom_components.frigate.api Source: custom_components/frigate/api.py:259 integration: Frigate (documentation, issues) First occurred: 21:51:26 (3 occurrences) Last logged: 22:11:03

Error fetching information from https://ipaddress:8971/api/stats: Cannot connect to host ip address:8971 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1000)')] Error fetching information from http://ipaddress:8971/api/stats: 400, message='Bad Request', url='http://ipaddress:8971/api/stats'.

Any help greatly appreciated.

NickM-27 commented 3 weeks ago

the authenticated port is not currently supported for the integration

Grum115 commented 3 weeks ago

That explains it , thanks for letting me know