diff --git a/ssl-server-setup.md b/ssl-server-setup.md index a2603c8..3702dfb 100644 --- a/ssl-server-setup.md +++ b/ssl-server-setup.md @@ -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.