Secure Web Sockets. LEAP requires them. Here is what ChatGPT says about Hubitat's support:
Hubitat's support for secure WebSocket (WSS) connections is limited. While the platform provides methods to establish WebSocket connections, users have reported challenges when attempting to connect to secure WebSocket endpoints. Specifically, attempts to connect using
wss://
URLs often result in errors, such as PKIX path building failures due to certificate validation issues.In one instance, a user attempting to connect to a Samsung TV via a secure WebSocket encountered a PKIX exception, indicating difficulties with certificate validation. Another user reported being able to connect using
ws://
(non-secure WebSocket) but faced issues withwss://
(secure WebSocket), even though the secure connection was verified using other tools.These experiences suggest that while Hubitat's WebSocket interface is functional for non-secure connections, establishing secure WebSocket connections may not be fully supported or may require additional configuration to handle certificate validation properly. If you need to connect to a secure WebSocket endpoint, you might need to explore alternative methods or consult the Hubitat community for potential workarounds.