I'm using Starscream Web Socket library. To create web socket I have url starting with HTTPS. But Starscream uses "ws & wss" protocols for sockets. How do I resolve this issue? Mostly socket url starts with ws or wss. But URL I have is looks like
I want to set this url as Socket url. But don't know how?