You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! My first time posting here. I've been working to get Colyseus, Postgres, Playcanvas with SSL transport. I am able to get multiple players connected on wss://tutorial-playcanvas-server.glitch.me and via ws on localhost:2567. When testing the playcanvas client from https on the playcanvas IDE. I get the mixed content error, because my server is was on http (not working of course). So I used apache2 for a reverse proxy.
After doing that I can see the rooms being created with the players joining. But it's like it doesn't reply to the client so the client doesn't make the other player, like it does in the tests that work. Another clue is the server is coming from gamesrv.mydomainname.com which comes up SSL connected! (good). It shows the playground but when I click the join or create button it says Error: Service Unavailable. If someone was able to get nginx or another reverse proxy working please help.
Was also hoping maybe I just made a simple a mistake I made with the apache2 reverse proxy.
Is there something I am missing in the server config? I bought a Colyseus hosting server which I wanted to use for production. Would love to get my local Ubuntu server working with Colyseus on https.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! My first time posting here. I've been working to get Colyseus, Postgres, Playcanvas with SSL transport. I am able to get multiple players connected on wss://tutorial-playcanvas-server.glitch.me and via ws on localhost:2567. When testing the playcanvas client from https on the playcanvas IDE. I get the mixed content error, because my server is was on http (not working of course). So I used apache2 for a reverse proxy.
After doing that I can see the rooms being created with the players joining. But it's like it doesn't reply to the client so the client doesn't make the other player, like it does in the tests that work. Another clue is the server is coming from gamesrv.mydomainname.com which comes up SSL connected! (good). It shows the playground but when I click the join or create button it says Error: Service Unavailable. If someone was able to get nginx or another reverse proxy working please help.
Was also hoping maybe I just made a simple a mistake I made with the apache2 reverse proxy.
Is there something I am missing in the server config? I bought a Colyseus hosting server which I wanted to use for production. Would love to get my local Ubuntu server working with Colyseus on https.
Thanks for any help!
Seamus
Beta Was this translation helpful? Give feedback.
All reactions