HTTPS -> HTTP

Hello,

I have a Cloudflare Tunnel setup that needs to be in HTTP Only, due to the fact that we are rendering a websocket that is not secured. (Yes, we can't do anything with the, like having it wss://, at least not at the moment)

Currently all the applications are running besides the micro frontend which again iframe the websocket. Since we can't do HTTPS on the frontend (mixed-content) what's the best case that would suffice our requirements?

We have the current setup:
Redirect Rules -> https://x.site.com/mobile -> http://x.site.com/mobile (most of the client still gets redirected to https; Always HTTPS is turned off)
Was this page helpful?