-
Notifications
You must be signed in to change notification settings - Fork 4
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
private ca stopped working with update HAOS 14.0 #13
Comments
Hello @Dede1441 , Logs from your Frigate integration says that your CA is missing Basic Constraints marked as critical, see RFC here : https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.9 Depending on your previous actions,
Hope that helps. |
Just got the same problem when testing with HAOS 14:
Going to investigate on my side too. |
Hi, Here is the output about the CA basic Constraints : And the one from the certificate frigate server : If i understand your feedback correctly, the CA cert should have a line with "critical" somewhere ? This seem related : home assistant core repo issue - cert missing critical basic constraint but ironically solved with additionnal_ca integration. Thank you, i will wait for your feedback |
Hi, on my installation additional_CA also stopped working: Core 2024.12.2 Unfortunally I cannot find any Logs for the AddIn. I also cannot remember when exactly the Addin stopped working. |
At first look I'd say the SSL context loaded in Home Assistant has changed, to confirm I'll do more investigations next week : I have to test with a clean install of homeassistant core on a Linux OS without hass-additional-ca integration. |
Issue opened at home-assistant/core#133506 to get some help from HA team. |
Any news on this issue? - It's still persistent with 2015.1.0 `Logger: homeassistant.components.cert_expiry.coordinator Certificate validation error: unifi.pxxxx.de [Missing Authority Key Identifier] |
Hello @pc-bastler , I can confirm it's still persistent with version 2025.1.0, I'm unable to fix anything at the moment because issue exists even without using hass-additional-ca integration. Issue still open on home-assistant core side, waiting for support from HA team. |
Well, from that comment : home-assistant/core#133506 (comment) , it confirms my first thought, our CAs now must be marked with 'Basic Constraints' as critical to be used from Python 3.13 and from HASS 2024.12 and after. I have to recreate/update my own CA too, so I'll try to make a "how-to" by the end of January. |
Describe the issue
I added a private CA a while ago, everything was working fine. I updated from gui to latest HAOS and the CA isn't anymore trusted, integration using https like adguard or frigate proxy stopped working.
I tried to uninstall the additionnal_ca integration, but also frigate proxy integration, without success.
Describe your setup (please complete the following information):
YAML configuration extract
Logs
Supervisor logs :
Logs from frigate integration :
Debug from ha cli :
Debug from another desktop in the same subnet, with the private CA :
CA Validity :
Frigate nginx server certificate validity :
Clock properly setup on haos.
Additional context
Adguard and Frigate server, Frigate behind nginx.
I have a second running instance of home assistant not updated and still working with this CA on another adguard/frigate server, using same king of certificates
Latest known version working :
Core 2024.11.3
Supervisor 2024.11.4
Operating System 13.2
User interface 20241106.2
The text was updated successfully, but these errors were encountered: