Hi Alb.
I used to think the same, that it was a pity Ratched has no native support for SSL.
But there are other strategies, that I think are better than a native SSL support (due to the overhead of parsing the cert).
Ratched has docs about setting up HAProxy, you can configure it to handle SSL certs.
Our solution at
flightfox.com was to set up Nginx as a reverse proxy with web socket ssupport that handles the SSL and routing the request to the plain socket server app.
This has proven to be a rock solid stack and arguably easy to implement.
Regards.