Has anyone any idea of Catacumba supports wss ?
instead of ws:// because we run on https:// which makes in impossible to use ws:// urls
Catacumba as is has preliminar support for ssl
the best way to deploy catacumba is behind a http proxy like nginx
in this case configure ssl on nginx
is the best way to deploy almost everything
The ssl supoort is already implemented in catacumba but is untested and is not exposed as public api (is undocumented)
I strongly recommend not expose catacumba or anything other directly. Consider using nginx or haproxy or something similar for do this task.