Should ws and wss both valid at same time? Self Hosted Server V4.

Options
Should ws and wss both valid at same time? Self Hosted Server V4.
And I do with https://doc.photonengine.com/en-us/server/v4/operations/websockets-ssl-setup, and it worked well with WSS.
But in some reason, I still want to use WS as the same time.

Comments

  • Tobias
    Options
    There is no case where you should use WS. WSS is pretty much as fast and secure. It works in WebGL exports, if the page is hosted on secure webservers. If you don't have to use WSS (for security or WebGL reasons), don't use it. Use UDP.
  • Tobias
    Options
    And yes, the server will allow WS and or WSS connections.