Comment on Is connection from home server to cloudflare HTTPS or HTTP when using cloudflare tunnel?

SteveTech@programming.dev ⁨2⁩ ⁨months⁩ ago

Cloudflare tunnels uses a QUIC connection between the cloudflared on the server and Cloudflare itself, which is encrypted similarly to HTTPS.

Whatever protocol cloudflared uses to talk to your webserver locally is configurable through the Cloudflare access web UI (just change http to https). I’ve actually got it configured to use unix sockets, which lets me treat it differently in my nginx config.

source
Sort:hotnewtop