Using HTTPS-server

Hi. Could I use somehow HTTPS server instead of usual HTTP? It's required by my local social network for all apps running there. Right now it's not working, when I'm trying to use https module. But also does not show's any errors.

Hi @роман-абубекеров, welcome!

The easiest way to set-up SSL is by using nginx + node proxy: http://colyseus.io/docs/deployment/#nginx-configuration-with-ssl

It should work fine using the https module. I've never tried using it so far, though.
Cheers!

Thanks for quick answer. All is working fine with nginx as proxy.