Currently it is not possible to host enigma server behind HTTP reverse proxy or CDN like Cloudflare due to the fact that Enigma Server uses custom TCP protocol. By using WebSocket or simple HTTP API instead, we can avoid these limitations.
Ive used https://github.com/vi/websocat before to proxy TCP over websocket. I dont think this is something we will be rushing to support properly though, but feel free to have ago your self. 👍
Currently it is not possible to host enigma server behind HTTP reverse proxy or CDN like Cloudflare due to the fact that Enigma Server uses custom TCP protocol. By using WebSocket or simple HTTP API instead, we can avoid these limitations.