Skip to content

Fix HASS configuration cert_verify not working correctly - #2663

Open
stablestud wants to merge 3 commits into
AppDaemon:devfrom
stablestud:dev
Open

Fix HASS configuration cert_verify not working correctly#2663
stablestud wants to merge 3 commits into
AppDaemon:devfrom
stablestud:dev

Conversation

@stablestud

Copy link
Copy Markdown
Contributor

This commit fixes a regression that caused HASS config option cert_verify to not be applied correctly.

The following applies to the SSL certificatie validation of HA
connections:
This fix makes `cert_verify` independent from `cert_path`,
now `cert_verify` can be set to `False` without `cert_path` needed to be set

`cert_verify: False` is used to allow self-signed certificates,
and needing to specify a `cert_path` did not make
sense as the certificate validation/verification is skipped anyways

Fixes AppDaemon#2532
`cert_path` has been long time ago deprecated,
this commit removes confusing/deprecated example configuration of
`cert_path`

Usability of `cert_path` is still working, however it is now not
documents to avoid new users from using it
@stablestud

stablestud commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Fixes #2532

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant