Skip to content

v0.14.8

Compare
Choose a tag to compare
@ebaauw ebaauw released this 25 Nov 21:23
· 12 commits to main since this release
e440ef5

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 in config.json, and ignore any ports specified.