Is there any guidance on how do use Secure Websockets (wss) with the WebSocket API? I'm developing a web application that uses the WebSocket API, but I can't establish a connection because you have to use 'wss' when an application is secured by HTTPS.
I viewed this question from 2017 and it mentions an SSL Accelerator, but I don't know how that fits into my development process.