endel / NativeWebSocket

🔌 WebSocket client for Unity - with no external dependencies (WebGL, Native, Android, iOS, UWP)
Other
1.13k stars 155 forks source link

Unable to connect to wss, but ws works perfectly #70

Open vlori2k opened 1 year ago

vlori2k commented 1 year ago

Ok, so i see that this issue has been posted several times, but is there any fix for this yet?

I have installed certificates for my websocket server which now runs on https/wss instead of http/ws.

Now my unity app is unable to connect to the wss.

Anyone else with the same issue?

endel commented 1 year ago

hey @vlori2k, there are some info/reports about misconfigured certificates here: https://github.com/endel/NativeWebSocket/issues/1

which server tech are you using? I'm not an expert on TLS but I think the type of certificate matters here