iris icon indicating copy to clipboard operation
iris copied to clipboard

CBW driver enhancements

Open mdarter opened this issue 3 years ago • 1 comments

Adds support for new firmware, https authentication, voltage and SN displayed on controller Status Tab

mdarter avatar Jan 09 '22 20:01 mdarter

The HTTPS patch affects all protocols, not just CBW. Specifically, this impacts CAP, MSG_FEED, and ClearGuide, which all use https.

Does the newer CBW firmware not allow unencrypted HTTP connections? On public networks, certificates must be checked to prevent man-in-the-middle attacks.

Maybe there could be a method to allow invalid certificates on a CommLink (or protocol) level? Alternatively, we could explore adding the CBW certificate root as a trusted cert on the IRIS host.

DougLau avatar Jan 10 '22 16:01 DougLau