nagalun / multiplayerpiano-server

Unofficial server for the http://multiplayerpiano.com client.
https://piano.ourworldofpixels.com
ISC License
12 stars 16 forks source link

socket server ssl #22

Open midokuribot opened 4 years ago

midokuribot commented 4 years ago

I have an ssl certificate

ghost commented 4 years ago

cool

nagalun commented 4 years ago

Use it on nginx, and set up a path which proxies to the ws of this server. If you can't do that, look into how to give uWebSockets 0.14 a ssl cert.

midokuribot commented 4 years ago

I looked it up, but I didn't understand.

ghost commented 4 years ago

https://github.com/ledlamp/multiplayerpiano-server/blob/master/src/server.cpp#L446