Http server error in unity #731
sislight224
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everybody. I have some errors to develop unity game.
I install this server local. so server was developed by Node and used http.
In unity side, if I create server, but unity can't join websocket...
and error message like this.
"Failed to make request to https://localhost:8080/matchmake/create/ufbRoom with secure protocol, trying again without!"
MatchMakeException: Unable to connect to the remote server
https://localhost:8080/matchmake/create/ufbRoom
This is problem. server is http. but this request is https..
Beta Was this translation helpful? Give feedback.
All reactions