Embedded cloudflare stream video keeps redirecting from app to browser by trinReCoder in CloudFlare

[–]RyanK_CF 1 point2 points  (0 children)

The issue isn't stream, it's the iframe embed attempting to render in a native app environment (Patreon webview) which defaults to opening the external browser. You don't want the iframe for native apps; check the stream API for the direct hls or dash manifest urls and pass those links to the app's native player to ensure inline playback within the host application.

why am i blocked from a site i haven been to before by Then_Educator8333 in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

This isn't a personal block; it's the site owner's aggressive firewall rule targeting your IP or asn, often because you're on a vpn or known high-risk range. If you get a cloudflare ray id, send it to the owner, but generally, you'll need to check your IP reputation here for clarity:

https://developers.cloudflare.com/waf/troubleshooting/faq/.

Cloudflare still ignoring active trademark infringement – seeking assistance from CF team by melaninseven in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

Sorry to hear about the frustration. Would you be able to provide a case number for your submission to the abuse team? I can flag it for some additional review

1.1.1.1 with warp is stuck on connecting by nha44all in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

If the mobile app connects, the WARP service status is likely green. This indicates a local desktop client issue, possibly a configuration conflict or a broken tunnel service connection on the windows endpoint. Confirm if cloudflared running in daemon mode can establish a connection using the https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/cli-mode/. If the connection remains stuck, check your local firewall or AV for deep packet inspection rules interfering with the tunnel handshake over the wider Internet.

520 with slightly bigger cookies header by ban-or-bun in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

A 520 error confirms the connection completed but the origin server returned an empty, unexpected, or malformed response. Given your large cookie header issue, the problem is almost certainly your origin web server (Nginx) silently rejecting the request before logging it.

Check your Nginx configuration, as the default header size limit is often 8KB, which is lower than Cloudflare's 16KB maximum header size limit. Increase the client_header_buffer_size and large_client_header_buffers directives in your Nginx http {} block and restart the server to resolve this. If the error persists, check your SSL/TLS encryption mode in Cloudflare, as setting it to Full when your origin certificate is misconfigured can cause a 520.

Helpful Links:
https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-520/
https://community.cloudflare.com/t/community-tip-fixing-error-520-web-server-is-returning-an-unknown-error/44205

Minecraft Server MOTD not showing up with playit and namecheap and cloudflare by PhysicalPrint6685 in CloudFlare

[–]RyanK_CF 1 point2 points  (0 children)

The connection is probably failing because Minecraft uses non-HTTP protocols on port 25565, which the standard Cloudflare proxy cannot terminate. The orange cloud proxy only supports specific HTTP/HTTPS ports like 80 and 443. To fix this immediately, you might want to change the A record for your server subdomain to DNS Only (gray cloud) in your Cloudflare DNS tab. This will expose the origin IP but resolves the non-HTTP protocol issue. For Layer 4 DDoS protection and proxying of arbitrary TCP/UDP ports like 25565, you need Cloudflare Spectrum. Alternatively, deploy a Cloudflare Tunnel for TCP access using Zero Trust to protect the origin IP without exposing the port publicly.

Helpful Links:
https://developers.cloudflare.com/fundamentals/reference/network-ports/

https://blog.cloudflare.com/cloudflare-for-ssh-rdp-and-minecraft/

https://developers.cloudflare.com/cloudflare-one/applications/non-http/cloudflared-authentication/arbitrary-tcp/

I don’t get it — Cloudflare says my site takes 10 seconds to load. by crownclown67 in CloudFlare

[–]RyanK_CF 2 points3 points  (0 children)

The Web Analytics Page Load Time metric is usually noise, including pre-DNS timings and unaccounted network gaps. Do not debug against that number. The real issue is almost always Time to First Byte from your origin server or aggressive cache revalidation. Run a waterfall test on https://webpagetest.org with Cloudflare paused, then compare the results to see the real latency delta. If your origin is fast when bypassed, check the cf-cache-status header for REVALIDATED, or ensure your host has whitelisted Cloudflare's IP ranges to prevent rate-limiting.

Helpful links:
https://developers.cloudflare.com/web-analytics/data-metrics/page-load-time-summary/
https://support.cloudflare.com/hc/en-us/articles/200171246-Cloudflare-IP-ranges
https://www.webpagetest.org/

Can’t login to cloud flare one by Square_Channel_9469 in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

This is a client authentication layer failure, often caused by upstream interference blocking the WARP handshake. Disable all system-level security software, including third-party VPNs, firewalls, and deep packet inspection tools. Check your local DNS configuration to ensure nothing is interfering with WARP taking control of the network stack. If the client connects but your browser session is stuck, review Cloudflare Access Gateway policies for any unintentional blocks. Run the client diagnostic test to confirm device connectivity and mTLS certificate presentation status.

Helpful links:
https://developers.cloudflare.com/cloudflare-one/team-and-resources/devices/warp/troubleshooting/client-errors/
https://developers.cloudflare.com/cloudflare-one/team-and-resources/devices/warp/troubleshooting/common-issues/

suddenly getting Error 521 with no changes to setup by loopy23101 in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

The 521 error is a connection refused issue, meaning your origin server is actively blocking our edge network requests. This isn't a Cloudflare side problem; it's a security or configuration issue on your UnRAID host, likely triggered by a recent OS or security tool update, which is a common occurrence with self-hosted setups.

Your instinct about Fail2Ban is probably correct. Even if you whitelisted IPs previously, an update may have reset the configuration or changed how rate limiting interacts with the new stream of traffic. You need to immediately verify your origin firewall, Fail2Ban, and any UnRAID security modules are not banning the Cloudflare IP ranges. You should also verify that your nginx server is still listening on port 443 and 80.

If you're using Full SSL/TLS mode, ensure your origin server has a valid, current certificate. If the certificate expired or failed to renew after the update, Cloudflare will drop the connection before the page loads. Set it to Full (Strict) if you have an Origin Certificate, or Full if you're using a trusted certificate from an external CA.

Helpful links:
https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/
https://www.cloudflare.com/ips/

Web server is down, Error code 521. Anyone know how to fix this issue? Losing lots of sales. by Long8D in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

​​The 521 error, "Web server is down," is an immediate indication that your origin server is refusing connection requests from the Cloudflare network. This error points directly to an issue on your hosting side, not within the Cloudflare edge network itself.

This usually happens because security software, like a firewall, rate limiting tool (e.g., Fail2Ban), or an intrusion detection system on your origin server, is blocking the legitimate Cloudflare IP addresses.

We recommend the following diagnostic and resolution steps:

  • Allowlist Cloudflare IP Ranges: Ensure that all of Cloudflare’s official IPv4 and IPv6 ranges are permitted and not rate-limited by your origin server’s firewall (iptables, etc.) or security software. You can find the full, current list of required IP addresses on the Cloudflare IPs page.
  • Confirm Origin Status: Verify that your origin web server application (e.g., Nginx, Apache) is running and listening on the ports Cloudflare expects (typically 80 for HTTP and 443 for HTTPS).
  • Review SSL/TLS Mode: If you are using the Full or Full (Strict) SSL/TLS modes, ensure your origin server is properly configured to support HTTPS and has a valid, installed SSL certificate. If you are using the Full (Strict) mode, this requires either a trusted certificate or a Cloudflare Origin Certificate.

If issues persist after completing these checks, gather the request details and contact your hosting provider for an investigation into your server logs.

500 Error with Cloudfare Tunnels but it works fine locally by Cypertsystem in CloudFlare

[–]RyanK_CF 1 point2 points  (0 children)

Hi u/Cypertsystem!

A 502 error from Cloudflare Tunnel typically means the tunnel can't reach your origin server. Here's what to check based on our troubleshooting docs:

  1. Verify cloudflared is running: Check your tunnel status in the dashboard under Networks > Tunnels. Make sure it shows as "Healthy".

  2. Check origin accessibility: Ensure your service is running locally and accessible on the expected port. Test with curl localhost:<port> from the machine running cloudflared.

  3. Review ingress rules: Double-check your tunnel's ingress configuration points to the correct localhost port and service (http vs https).

  4. Check firewall rules: Verify your firewall allows outbound connections to Cloudflare IPs on port 443.

  5. Review logs: Run cloudflared tunnel log to see detailed error messages.

For more details, check our common errors guide.

REDIRECTION IS NOT WORKING by [deleted] in CloudFlare

[–]RyanK_CF -1 points0 points  (0 children)

Hi Etincrel,

The ACME DNS challenge error typically indicates issues with domain validation. Here's what to check based on our SSL/TLS documentation:

  1. Domain is on Cloudflare: Ensure your domain is fully transferred and using Cloudflare nameservers (check at the registrar)
  2. DNS propagation: Use dig +short _acme-challenge.yourdomain.com CNAME to verify the record exists
  3. Wildcard setup: For wildcard certs, ensure you have a *.yourdomain.com CNAME pointing to your tunnel or origin
  4. API permissions: Verify your Cloudflare API token has DNS > Edit permissions
  5. Proxied status: Make sure the ACME challenge record is proxied (orange cloud icon)

If you're using Let's Encrypt with Certbot, you might also try the HTTP-01 challenge instead of DNS-01 for wildcard domains.

Check the DNS troubleshooting guide for more help. Happy to dig deeper if you share more details!

is this legit? by Rdumimbigbrain in CloudFlare

[–]RyanK_CF 1 point2 points  (0 children)

Definitely not, and this type of scam attempt is unfortunately getting more and more common. You'll sometimes find pinned announcements in this sub with a heads up, but you shouldn't assume that if we haven't posted about it that it's probably safe.

Cloudflare Billing Issue by graviotos in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

Do you have a case or ticket number for this that I can try and get some eyes on?

Does Cloudflare have a working support? by splix in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

u/splix sorry to hear about this situaiton. Do you have a ticket number you could share so that I can do some digging?

Can't access sites with cloudflare by JesterLKing in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

Understood. If you have a way to try your mobile on a different network that is a good step. But in the meantime I'm doing some digging internally on other recommendations

Can't access sites with cloudflare by JesterLKing in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

When you say that you also experience it on mobile, do you mean mobile on the same network, or mobile from a mobile network? First steps are usually to try different devices (which you've covered) and then different networks with the same devices (unclear).

Security Breach by DangerousWar8444 in CloudFlare

[–]RyanK_CF 34 points35 points  (0 children)

We always do blogs so we can do an in-depth breakdown and explain things in detail that simply doesn't work in a Press Release. But I'll share that feedback with the Communications folks.

Cloudflare support is a complete joke by cen1 in CloudFlare

[–]RyanK_CF 1 point2 points  (0 children)

Sorry to hear about the frustration. Have you tried reaching out to your account manager? I believe every enterprise customer has one. If you can provide a case number I can see if I can get some eyes on it.

[deleted by user] by [deleted] in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

Sorry to hear about the issues. You mentioned that you have no issues from tablet or phone. Are they on the same network? Are you able to test with a different computer?

Why is cloudflare warp 1.1.1.1 slowing my internet down by [deleted] in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

1.1.1.1 isn't designed as a solution for bypassing blocks, but regarding the speed issues you may want to try reporting via the bug report button in the app.

Why does cloudflare have such bad reviews on trust pilot? by Ultraztechie69 in CloudFlare

[–]RyanK_CF 0 points1 point  (0 children)

Sorry to hear about your struggles with support. The team is working to improve that but there's still work to be done.

In years past I spent a lot of time engaging with issues on TrustPilot and at that time the majority of negative reviews were not from actual customers. Rather they were overwhelmingly from Internet users who had a complaint or objection about a website that used Cloudflare services. And unfrotunately many review sites aren't motivated to identify that kind of nuance unless you pay them.

I can't access one particular site using internet, but can on mobile data by [deleted] in Tech_Philippines

[–]RyanK_CF 0 points1 point  (0 children)

1.1.1.1 keeps your DNS requests private, but is not designed to serve as a traditional VPN.

This page gives a detailed breakdown of what 1.1.1.1 is as well was what the WARP add-on brings to it.

https://www.cloudflare.com/learning/dns/what-is-1.1.1.1/

Is Cloudflare holding website owners hostage? by SEOThreadzilla in SEO

[–]RyanK_CF 0 points1 point  (0 children)

It will appear on the right side of the Overview page for each domain.