Bug Fixes
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 inconfig.json
, and ignore any ports specified.