Updated ssl server setup (markdown)

casey langen 2020-01-22 01:20:13 -08:00
parent 8fe7505b3e
commit 9ebbc1cbe2

@ -1,6 +1,6 @@
# overview
the musikcube `websockets-remote` plugin does not support ssl by default. while it is technically feasible, it would (1) bloat the distribution, and (2) require quite a bit more configuration infrastructure than i want to add and support right now.
the musikcube `server` plugin does not support ssl by default. while it is technically feasible, it would (1) bloat the distribution, and (2) require quite a bit more configuration infrastructure than i want to add and support right now.
if ssl is desired, one can easily configure [ssl termination](https://en.wikipedia.org/wiki/TLS_termination_proxy) using [nginx](https://www.nginx.com/) or similar software.