scenevr / server

:heart_eyes: Create multiuser 3d environments using html-like tags and javascript
http://www.scenevr.com/
BSD 3-Clause "New" or "Revised" License
144 stars 19 forks source link

SceneVR is unable to connect to home.scenevr.hosting #49

Closed dominictarr closed 9 years ago

dominictarr commented 9 years ago

I linked this to a friend (who was using chrome 41 on windows) and he got this error. I was able to connect multiple tabs though (chromium 39 on linux).

bnolan commented 9 years ago

It's probably because their ISP has a transparent proxy that blocks websocket upgrade requests on port 80. I'm moving everything to port 8080 to solve this.

On Thursday, April 2, 2015, Dominic Tarr notifications@github.com wrote:

I linked this to a friend (who was using chrome 41 on windows) and he got this error. I was able to connect multiple tabs though (chromium 39 on linux).

— Reply to this email directly or view it on GitHub https://github.com/bnolan/scenevr/issues/49.

Regards, Ben Nolan

http://bennolan.com/

skype: bennolan cell: +64 21 770 662

dominictarr commented 9 years ago

I understand that https is the best way to ensure you have a good connection, but more expensive...

bnolan commented 9 years ago

I want to move everything to SSL. Because the client is served from s3 it'll require jumping through a few hoops.

bnolan commented 9 years ago

Fixed in https://github.com/bnolan/scenevr-web/commit/57244b8c0c5d9c2fdf5222bea7c82ca2f1c3381f.

Going to change the protocol docs to recommend people host on port 8080, and change the default websocket port to 8080.

dominictarr commented 9 years ago

so should this be fixed on http://client.scenevr.com ?

dominictarr commented 9 years ago

I have received confirmation that this is indeed fixed!