I have my own CA and created a signed certificate and local domain and setup Frigate to use TLS
I have installed the CA on my local computers and can access frigate via TLS with the valid certificate
e.g. https://frigate.local:8971/ This works correctly with no certificate error from any browser once the CA has been added
I can access frigate from HA with the domain but I have to leave Validate SSL option unchecked because HA does not have the CA installed
How do I install the my CA into Home Assistant?
#Installing custom Certificate Authority
1 messages · Page 1 of 1 (latest)
configuration.yaml:
http:
ssl_certificate: /config/certs/fullchain.pem
ssl_key: /config/certs/privkey.pem
ssl_peer_certificate: /config/certs/client_ca.pem
Just to be clear I can connect to home assistant via https just fine from any browser.
This is for home assistant connecting to other https web applications like frigate.
So I need to add my CA to home assistant so it will accept my self signed certifate on frigate, that is working. HA should not need the frigate key or chain
Home assistant alrady has its own working certifcate located in /ssl/
http:
server_port: 443
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
I'm seeing this error in the logs however I unchecked the Validate SSL option in the frigate integration
Checking Validate SSL causes an error, when I uncheck it connects and I can reload the intergration
I also noticed MDNS fails but when I setup friagte as a dashboard, it will load the login page
The live feeds work in Media/Camera
They dont work in Media/Frigate