I have a driver that needs to connect to a server via wss:// (secure websockets). The server has a self-signed certificate and of course fails validation:
webSocketStatus() - status: [failure: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target], State: [initialize]
I'm following the websocket interface docs here:
hxxps://docs2.hubitat.com/developer/interfaces/websocket-interface
But I can't find a way to either ignore certificate issues or to add the CA cert to bundle on my hub.