2020-06-24, 12:23
Is it possible to use websockets in a secure way, by wss//... not ws//... ?
I have developed a remote control web-based app, it uses WebSocket and when site hosted on HTTPS it complains about mixed content when I try to connect to WebSocket in an insecure way by using ws//...
More detailed question posted on StackOverflow: https://stackoverflow.com/questions/6255...tent-issue
Thank you in advance.
I have developed a remote control web-based app, it uses WebSocket and when site hosted on HTTPS it complains about mixed content when I try to connect to WebSocket in an insecure way by using ws//...
More detailed question posted on StackOverflow: https://stackoverflow.com/questions/6255...tent-issue
Thank you in advance.