Enigma icon indicating copy to clipboard operation
Enigma copied to clipboard

Enigma Server over HTTP protocol

Open Toshimichi0915 opened this issue 2 years ago • 1 comments

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.

Toshimichi0915 avatar Jun 16 '22 03:06 Toshimichi0915

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. 👍

modmuss50 avatar Jun 16 '22 08:06 modmuss50