I configured JIP.js first to go over WS and not WSS, but the Javascript console in Chrome throws an error that non secured connections are depricated. I then activated WSS in the barebone phone application after configuring my Asterisk server for secured connections and then I get:
WebSocket connection to 'wss://192.168.1.221:8089/ws' failed: WebSocket opening handshake was canceled
Some googling seems to point to the fact that self-signed certificates are used as opposed to official ones.
Can someone confirm you do or you do not need official certificates?
Thank you!
BC