https://discord.cloudflare.com logo
Join Discord
Powered by
# general-help
  • does any one have problems with ipv6 on cloudflare?
    c

    cesar_brix

    12/21/2023, 9:25 AM
    From some networks in portugal ipv6 requests to cloudflare are beind delayed by 2 to 4 minutes (yes minutes) and nobody seems to be giving a dam about it. It lasts for 15 hours now.. Any one?
  • Production Website pages with cloudflare turnstile run script from "challenges.cloudflare.com".
    r

    RGRTHAT

    12/21/2023, 11:17 AM
    I work as developer for a big company and in production when i visit website and open developer tools, a worker runs and run a script from "challenges.cloudflare.com". A file pops up in developer tools for a second and then disapear called "VM5" and only contains one line of code saying "debugger". the worker script from "challenges.cloudflare.com" runs
    Copy code
    js
    onmessage = function(e) {
        if (e.isTrusted && "" === e.origin && null === e.source) {
            eval(e.data);
        }
    };
    . Where e.data is equal to
    Copy code
    js
    "postMessage({ hYzg3:'removed_code_if_sensitive'});eval('debugger');postMessage({ hYzg3:'removed_code_if_sensitive'});"
    . Should this file really appear in production? The website uses wpforms with cloudflare turnstile.
    l
    • 2
    • 1
  • Unable to connect via RDP when routing traffic through Cloudflare?
    b

    backyards

    12/21/2023, 12:53 PM
    First time using Cloudflare - have got it working on my @ record, however I have an rdp service, and upon a ping request, it is showing that traffic is being routed via cloudflare, however it will not let me connect into the RDP connection - is there something im missing? seems like a permissions/firewall thing. Would really appreciate the assistance/knowledge.
    z
    c
    f
    • 4
    • 42
  • ERR update check failed error="Get \"https://update.argotunnel.com?arch=arm64&clientVersion=2023.10.
    v

    Vitor Gomes

    12/21/2023, 1:47 PM
    apiVersion: apps/v1 kind: Deployment metadata: name: httpbin-deployment spec: selector: matchLabels: app: httpbin replicas: 2 template: metadata: labels: app: httpbin spec: containers: - name: httpbin image: kong/httpbin:latest ports: - containerPort: 80 --- apiVersion: v1 kind: Service metadata: name: web-service spec: selector: app: httpbin ports: - protocol: TCP port: 80 apiVersion: apps/v1 kind: Deployment metadata: labels: app: cloudflared name: cloudflared-deployment namespace: default spec: replicas: 1 selector: matchLabels: pod: cloudflared template: metadata: creationTimestamp: null labels: pod: cloudflared spec: containers: - command: - cloudflared - tunnel # In a k8s environment, the metrics server needs to listen outside the pod it runs on. # The address 0.0.0.0:2000 allows any pod in the namespace. - --metrics - 0.0.0.0:2000 - run args: - --token - image: cloudflare/cloudflared:latest name: cloudflared livenessProbe: httpGet: # Cloudflared has a /ready endpoint which returns 200 if and only if # it has an active connection to the edge. path: /ready port: 2000 failureThreshold: 1 initialDelaySeconds: 10 periodSeconds: 10
    t
    • 2
    • 5
  • R2 multipart upload failing with FileZilla Pro
    j

    josueandradegomes

    12/21/2023, 5:18 PM
    This is a followup to https://community.cloudflare.com/t/cloudflare-r2-doesnt-support-listparts-operation/449580 When uploading a file using multipart upload, R2 fails with this error when calling CompleteMultipartUpload All non-trailing parts must have the same length Complete logs can be seen at https://community.cloudflare.com/t/r2-multipart-upload-failing-with-filezilla-pro/564712
    c
    z
    • 3
    • 11
  • No way to rate limit requests from Vercel without enterprise?!
    m

    mattsalsa

    12/22/2023, 1:09 AM
    I was planning on using Cloudflare rate limiting to protect my API, but since most of our requests come from a frontend hosted on Vercel, I was planning on using the x-forwarded-for header to increment buckets on real user IPs instead of Vercel's address. It looks like request header filtering is an enterprise only feature, we're stuck on business. Is there any workaround or do we need to roll this ourselves?
    u
    e
    f
    • 4
    • 26
  • If someone types anything after the slash in my domain, can I make it redirect to my main website?
    c

    casperacy

    12/22/2023, 2:13 PM
    Hi all. I currently own a domain that I'm using as a CDN with Cloudflare's R2 service.I was wondering if I can make some sort of rule where no matter what anyone types after the slash in the CDN domain, it'll redirect to my main site? I can get this to work if people go to the CDN domain without the slash, but if I type something random after the slash, it'll take me to a "Not Found" page, that comes from Cloudflare R2. Is what I'm achieving possible? Please let me know. Thanks.
    c
    e
    • 3
    • 8
  • Preserve utms parameters.
    m

    machadorafaeu

    12/22/2023, 8:02 PM
    Hi guys. I'm using transform rules to send people from Brazil to the Brazilian Portuguese version of my website (mysite.com/page/pt-br). The issue is that I want to keep the utm parameters from the main URL (mysite.com/page/?utm_source=direct...etc), but when the URL is rewritten, those utm tags are removed. Does anyone know how I can preserve the utm data when redirecting users to the /pt-br page? I already have it set to preserve the query string in Rules > Transform Rule > Query.
    i
    • 2
    • 2
  • refund in cloud flare domain
    o

    o.civility.o

    12/22/2023, 8:54 PM
    my friend bought a domain on cloud flare and i want a refund because i dont want it please help becasue i dont know how to refund it
    c
    • 2
    • 4
  • Form with images
    p

    paralink_paul

    12/23/2023, 12:07 AM
    Hello, my website has a form where the user can attach multiple images. These could be sensitive images, so I'd like to send this form data to another user that should be able to view the images, but only that person should be able to view. I don't need Cloudflare Images product. Should I use R2 for this? Is it possible to upload the images to a public bucket, but with the images only accessible by those that have the secret link?
    h
    • 2
    • 20
  • need help
    a

    aep

    12/23/2023, 2:37 AM
    trying to purchase advanced ssl, Access to configure this resource has not been granted for this zone. This feature is available with the Advanced Certificate Manager. (Code: 1450)
    e
    • 2
    • 2
  • can not use the 'qr-image' package in pages function
    t

    tianyw0_51800

    12/23/2023, 3:14 AM
    this is the code in my ./functions folder, i just copy this code from workers example.(has fix the ‘onRequest’ to be Compatible with pages function )
    Copy code
    js
    import qr from 'qr-image';
    
    export async function onRequest(context) {
      if (context.request.method === "POST") {
        return generateQRCode(context.request);
      }
    
      return new Response(landing, {
        headers: {
          "Content-Type": "text/html",
        },
      });
    }
    
    async function generateQRCode(request) {
      const { text } = await request.json();
      const headers = { "Content-Type": "image/png" };
      const qr_png = qr.imageSync(text || "https://workers.dev");
    
      return new Response(qr_png, { headers });
    }
    
    const landing = `xxxx`;
    the build log
    Copy code
    log
    10:53:56.152    Success: Finished cloning repository files
    10:53:56.935    No build command specified. Skipping build step.
    10:53:56.936    Found Functions directory at /functions. Uploading.
    10:53:58.488    ✘ [ERROR] 1 error(s) and 0 warning(s) when compiling Worker.
    10:53:58.489    
    10:53:58.489    
    10:53:58.492    
    10:53:58.495    ✘ [ERROR] Could not resolve "qr-image"
    10:53:58.498    
    10:53:58.499        api/qr.js:1:15:
    10:53:58.499          1 │ import qr from 'qr-image';
    10:53:58.499            ╵                ~~~~~~~~~~
    10:53:58.499    
    10:53:58.499      You can mark the path "qr-image" as external to exclude it from the bundle, which will remove this error.
    10:53:58.501    
    10:53:58.501    
    10:53:58.501    ✘ [ERROR] Build failed with 1 error:
    10:53:58.501    
    10:53:58.502      api/qr.js:1:15: ERROR: Could not resolve "qr-image"
    10:53:58.502    
    10:53:58.502    
    10:53:58.513    Failed building Pages Functions.
    10:53:59.442    Failed: an internal error occurred. If this continues, contact support: https://cfl.re/3WgEyrH
    • 1
    • 1
  • scenexe.io
    b

    boykisser._.

    12/24/2023, 2:47 AM
    scenexe.io is a game in which has recently been attacked from various clients including botting and other forms of ai-powered nuisance, i am guessing there is probably not much you can do, but if there is then please get back to me as this is a childhood game that me and HUNDREDS of other people used to play. main issues are that some people believe that there may be something on your side, a sort of auto defense method to stop the client communicating with the server, thx so much really keep up the amazing work team cloudflare!!
    c
    t
    • 3
    • 3
  • Referencing worker in HTML
    l

    luvums

    12/24/2023, 4:41 AM
    To make a long story short, I built my website using a very large video that I couldn't upload to GitHub. I used git lfs to get it there, but then realized that would not work when uploading to Cloudflare pages. I have since created an R2 bucket that has my video, and have installed a worker into my project (along with changing the bucket name to the name of my R2 bucket). So, how do I reference this bucket in my HTML file? The red circle in the image is my current code- which references a local file.
    j
    • 2
    • 2
  • If a subscription is removed from an account, does it remove the related data?
    r

    Revolving DCON

    12/24/2023, 6:53 AM
    If I remove my R2 subscription, does it remove the R2 data?
    c
    e
    h
    • 4
    • 15
  • How can get to refund my domain?
    e

    enbraining

    12/24/2023, 8:44 AM
    this domain is serifie.com
    l
    z
    h
    • 4
    • 3
  • Images failing to load
    u

    .swoopingbird

    12/24/2023, 10:48 AM
    Images are failing to load on my site. Receiving a 404 error stating images can't be found. File names are correct and properly mapped to the correct folder.
  • Super bot fight mode and WAF
    r

    rocxxstar

    12/24/2023, 4:40 PM
    Hi, I'm trying to figure out if Super bot fight mode skip WAF rules. For example, I block continent in WAF and the bot fight mode is detecting it and giving it managed challenge. Will it wont be blocked and skip WAF rules?
    e
    • 2
    • 11
  • make IPv6 only server publicly available to ipv4 only network
    j

    justin99b

    12/24/2023, 6:12 PM
    Hello everybody 🙂 I am currently hosting multiple servers running proxmox on hetzner and having only one ip address. Now, since ipv4 addresses are very expensive and a lot of people cannot connect to ipv6 only servers duo to ds-lite i want to ask if its possible to fix that using cloudflare. One way i thought would be possible (and the only one right now i can think of) getting a public ip from cloudflare and redirecting it to the specific vm i want to to assign it to. Otherweise in other words: i just want to make my vm reachable from the ipv4 only network for clients who do not support ipv6. Do you have any recommendations on how i could achive that or if cloudflare has something for that purpose? like a ipv4/ipv6 ipv6/ipv4 gateway?
    c
    u
    • 3
    • 10
  • Encrypted SNI Checker
    h

    Hax0rz

    12/24/2023, 11:16 PM
    https://www.cloudflare.com/ssl/encrypted-sni/#esni-checker
    a
    a
    e
    • 4
    • 8
  • Cloudflare Enterprise Access
    h

    hackermon

    12/25/2023, 5:19 PM
    What's the fastest way to upgrade to Cloudflare enterprise? We've been seeing some advanced attacks on our site that we're trying to block with some WAF features locked behind Cloudflare Enterprise. I've already tried using the contact form to request access and even calling their business number but I've been ghosted for the past 3 months. Is there any way a Support Engineer here can speed up the process?
    u
    e
    • 3
    • 3
  • Hi. So i need help about the cloudflare network like what is what ? Thank You
    k

    kevintyke

    12/25/2023, 5:25 PM
    Anything like starter kit or smthng ?
    e
    • 2
    • 4
  • WAF Logs Data Download
    l

    lesyeuxdechris

    12/25/2023, 11:28 PM
    Hi there, I've just got struck by a DDOS attack and I am trying to download the logs from WAF, however clicking Download Data shows "No data available for download". Is there a way in which I can get those logs downloaded?
    c
    l
    +2
    • 5
    • 14
  • Seeking Guidance: How to Self-Host Bitwarden with Cloudflare Integration
    a

    achllys

    12/26/2023, 12:28 AM
    Hello there, I'm diving into setting up Bitwarden on a Linode VPS and honestly, I'm pretty new to all this. I've got Docker and Ubuntu 23.04 up and running, and now I'm looking at adding Cloudflare into the mix for extra security. The thing is, I'm at a bit of a loss on where to even begin. The initial setup was a breeze since the Bitwarden self-installer took care of the SSL configuration with Certbot and Let's Encrypt. But now, when it comes to integrating Cloudflare, especially for securing my domain and subdomains, I feel out of my depth. I would really appreciate some guidance on: The basics of integrating Cloudflare with a Bitwarden setup on Docker/Ubuntu. Essential steps to secure my domain and subdomains with Cloudflare. Any beginner-friendly resources or tips to help me navigate this new territory. If anyone can point me in the right direction or share some beginner-friendly advice, it would mean a lot. Thanks so much for your help! *Note: I am using a clouldflare owned Domain. * https://bitwarden.com/help/install-on-premise-linux/
    a
    • 2
    • 99
  • How to troubleshoot 522 errors
    j

    joshjryan

    12/26/2023, 1:29 AM
    Hello, I am getting 522s when connecting to my webserver using proxied A Records for my domain. My setup: Proxied A Record with Cloudflare points to my public IP. My router port-forwards to a Windows box on my home network. Requests to https://{publicip}:port route properly, and all is good. Requests through the proxied A Record fail with the 522. If I turn off proxying in cloudflare (so it's a regular A Record), everything routes properly. I have tested by turning off Windows Firewall, and I get the same result (522 if proxy is enabled, 200s if it's DNS only). I've read the
    Troubleshooting 5XX errors
    page, and am confident that Cloudflare IPs aren't being blocked, and that there's no load or rate-limiting issues. So, my question: How do I troubleshoot this further?
    a
    • 2
    • 8
  • Captcha failure
    j

    josephthecringeexpert

    12/26/2023, 6:38 AM
    I got a problem with Cloudflare captcha on Nexus mods website.When i tap on it it shows me minus with the text "Failure". What can i do to solve that?(I disabled adblock and don't using any VPN).
  • Propagation of dns servers did not work correctly
    x

    X3R0

    12/26/2023, 11:57 AM
    Hello, I bought a .eu domain name on 21 December and changed my DNS servers to those of cloudflare. But I have a problem, my DNS servers are not propagating correctly and this has been going on for more than 4 days. How can I ensure that this propagation is carried out correctly? I've attached screenshots of my current propagation. I've also bought the same domain name but in .fr and it's working perfectly. What I've done: Contacted OVH to check that the problem wasn't with the domain, but after checking the DNS servers are correctly defined in the whois and the information is being transmitted correctly.
    c
    • 2
    • 26
  • DNS Issue
    s

    scoop05

    12/26/2023, 4:56 PM
    hey not sure if this is the correct channel, i have a question about creating the A dns record for the IPv4 address i try and put the unraid server address but there is an error? guess im not meant to use that address?
    c
    • 2
    • 14
  • PORT ERROR
    l

    lesterjoy

    12/26/2023, 6:07 PM
    2053 Port is not working on my site when i try to enter my website i am getting this error nothing appears i think it doesnt take from vds full white screen appears
    z
    • 2
    • 5
  • How to setup mailchannels integration on Cloudflare Pages app with a custom domain?
    m

    maddsua

    12/26/2023, 6:55 PM
    I made it work on workers, nothing complicated there, but it doesn't seem to work with pages. Mailchannels just returns
    Error: Mailchannels API rejected: Failed to send email: 550 5.7.1 This sender is not authorized to send from...
    . I've set up the
    _mailchannels
    TXT record like this
    v=mc1 cfid=namespace.workers.dev cfid=namespace2.workers.dev cfid=customdomain.com
    and it still does not work with the custom domain.
    c
    e
    s
    • 4
    • 8
1...567...10Latest