nhn / socket.io-client-unity3d

socket.io-Client for Unity3D, which is compatible with socket.io v1.x
Other
167 stars 43 forks source link

Not working with SSL server (https) #28

Open Baterka opened 6 years ago

Baterka commented 6 years ago

This not working with SSL? I need to have my connection betwen server and client secured

ppz0th commented 6 years ago

@Baterka Hello~ I've fixed this issue. please check this link.

Baterka commented 6 years ago

Not working. When I connect to HTTPS Socket.IO server (https://domain:2087/) then Unity Plugin trying to connect but crash with "Connection timed out!". Maybe because wss:// is not reachable, what is, because connection from browser works well.

strobert22 commented 4 years ago

@Baterka Hello~ I've fixed this issue. please check this link.

Thanks thats works for me on browser and standalone player. this must be in the next release!

ang713 commented 1 year ago

Not working. When I connect to HTTPS Socket.IO server (https://domain:2087/) then Unity Plugin trying to connect but crash with "Connection timed out!". Maybe because wss:// is not reachable, what is, because connection from browser works well.

Updating websocket-sharp fixed my "Connection timed out!" issue