You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds support for the Hue bridge pro, see #1219.
Additionally, this release updates the way it handles the HTTPS connection to the Hue bridge, as per Signify's guidance. It requires the server certificate on the Hue bridge (gen-2 or pro) to be signed by Signify's root CA and no longer accepts self-signed certificates.
If you run into a certificate validation error, then ensure you have automatic update enabled and/or manually update the bridge by connecting to it with the Hue app.
When trying to establish an HTTPS connection to the Hue bridge on port 80, this (obviously) fails with the opaque error message: "write EPROTO C0EAFE76:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:". This happens when the Hue bridge is specified with hostname and port 80 instead of just hostname. See #1196.
Check values for hosts parameter in config.json, and ignore any ports specified.