Unity-Technologies / multiplayer-community-contributions

Community contributions to Unity Multiplayer Networking products and services.
MIT License
415 stars 160 forks source link

WebGl Client not connect to Linux Server by websocket transport #240

Open NotBugThisFicha opened 8 months ago

NotBugThisFicha commented 8 months ago

I created Linux dedicated ssl sertifacted server and webGl client, both with websocket transport and unity netcode for GO, and use 443 port with secure connection on client, but i can connect in unity editor, but not as client build on server, in console webpage i see error: WebSocket connection to 'wss://https//{name domain}{Path}:443/' failed: Why domain prefics protocol before wss, is https? there must be wss://{name domain}{Path}:443/