If you do SSL termination at the proxy level (e.g. cloudflare) then the server doesn't have to be running https but the website will be served as https but remi will try to connect via ws instead of wss.
Detecting from the client side should be easy. If this of interest then I can send a PR.
If you do SSL termination at the proxy level (e.g. cloudflare) then the server doesn't have to be running https but the website will be served as https but remi will try to connect via
wsinstead ofwss.Detecting from the client side should be easy. If this of interest then I can send a PR.