mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
add tip about disabling TLS to use auth with HA integration (#16413)
* add tip about disabling TLS to use auth with HA integration * spacing --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
6536368467
commit
5a5a54fc66
@ -113,6 +113,14 @@ If you run Frigate on a separate device within your local network, Home Assistan
|
|||||||
|
|
||||||
Use `http://<frigate_device_ip>:8971` as the URL for the integration so that authentication is required.
|
Use `http://<frigate_device_ip>:8971` as the URL for the integration so that authentication is required.
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
|
||||||
|
The above URL assumes you have [disabled TLS](../configuration/tls).
|
||||||
|
By default, TLS is enabled and Frigate will be using a self-signed certificate. HomeAssistant will fail to connect HTTPS to port 8971 since it fails to verify the self-signed certificate.
|
||||||
|
Either disable TLS and use HTTP from HomeAssistant, or configure Frigate to be acessible with a valid certificate.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
frigate:
|
frigate:
|
||||||
|
Loading…
Reference in New Issue
Block a user