funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
mitchelkuijpers 2015-09-21T16:20:38.000056Z

Has anyone any idea of Catacumba supports wss ?

mitchelkuijpers 2015-09-21T16:25:52.000057Z

instead of ws:// because we run on https:// which makes in impossible to use ws:// urls

niwinz 2015-09-21T19:10:50.000058Z

Catacumba as is has preliminar support for ssl

niwinz 2015-09-21T19:11:05.000059Z

the best way to deploy catacumba is behind a http proxy like nginx

niwinz 2015-09-21T19:11:35.000060Z

in this case configure ssl on nginx

niwinz 2015-09-21T19:12:21.000061Z

is the best way to deploy almost everything

niwinz 2015-09-21T19:13:17.000062Z

The ssl supoort is already implemented in catacumba but is untested and is not exposed as public api (is undocumented)

niwinz 2015-09-21T19:13:48.000063Z

I strongly recommend not expose catacumba or anything other directly. Consider using nginx or haproxy or something similar for do this task.