Hi, i created a server on my main pc and port forwarded it, all ok, but I can't connect my game to it becouse it's a HTTP server, and i need a WSS server.
My question will be how can i create a wss server from my own ip ?
for example my ip is 1.2.3.
if i put thit : Multiplayer - > connect to wss://1.2.3 it writes me this error :
" Singalling error : [object Event]
Signalling disconnected ".
so it doesn't work if i put just wss in front.
I also tried with node.js but if I want to connect to localhost//8080 it writes me the same error.
I made like this guy :
Soo, sorry for the long post but how can i make my own wss server that works w C2?
Thank you.
P.S. I found something on forum, but that didn't helped me ...