Cloudflare Tunnel listens on port 80

I’ve successfully configured a Tunnel and have cloudflared running on 4 app servers. The CNAME points to the UUID and everything works …except… both 80 and 443 are being proxied to the web app.

Is there any way to limit the exposed listener to just port 443?

Have you read Always Use HTTPS · Cloudflare SSL/TLS docs this can redirect http to https

1 Like

thanks, @nirving Enabling “Always use HTTPS” for the zone did the trick. Alternatively, use page rules to do it by site instead of zone.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.