WYZE CERT FIX #2

Open
opened 2026-07-31 13:57:51 -07:00 by loveydov3 · 0 comments
Owner

Here is a workaround that will fix this issue:

Go to HACS, search for "additional ca" Click on it and then click on "Download"
Go to repairs, select the option to reboot to install the integration.
Go to integtrations, + Add Integration, search for "additional ca"

From the SSH terminal in HAOS:

cd /config
mkdir additional_ca
wget -O /config/additional_ca/digicert_g1.crt https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem

Add the following two lines into your configuration.yaml:

additional_ca:
  digicert_g1_root: digicert_g1.crt

developer tools, check configuration, restart HA.
Remember this is a temporary workaround. You need to back-out these changes by removing the additional_ca: section from configuration.yaml after a permanent fix is available.

Here is a workaround that will fix this issue: Go to HACS, search for "additional ca" Click on it and then click on "Download" Go to repairs, select the option to reboot to install the integration. Go to integtrations, + Add Integration, search for "additional ca" From the SSH terminal in HAOS: ```bash cd /config mkdir additional_ca wget -O /config/additional_ca/digicert_g1.crt https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem ``` Add the following two lines into your configuration.yaml: ```python additional_ca: digicert_g1_root: digicert_g1.crt ``` developer tools, check configuration, restart HA. Remember this is a temporary workaround. You need to back-out these changes by removing the additional_ca: section from configuration.yaml after a permanent fix is available.
Sign in to join this conversation.