https://discord.cloudflare.com logo
Join Discord
Powered by
# general-help
  • 520: Web server is returning an unknown error
    t

    The Digital

    11/25/2023, 12:24 AM
    Hi, so i have a backend, that listens to post request, and then it delays response for max of 2 minutes, but after like 15 seconds of not getting response, cloudflare kicks in and says that server returned unknown response while its just hanging and waiting for smth. Any way to prevent this? some cf settings, header, anything?
  • Randomly getting 520 error on all sites on the server with cloudflare. Please help!
    c

    charilaos_tilaveridis

    11/30/2023, 3:13 PM
    f
    z
    • 3
    • 19
  • `CopyObject` S3 compatibility
    e

    ermiya

    12/10/2023, 1:43 PM
    CopyObject
    S3 compatibility
    S3 clients will send the
    x-amz-tagging-directive
    which is unsupported as per https://developers.cloudflare.com/r2/api/s3/api/. Has anyone actually been able to use CopyObject with R2 in that case? The S3 API will either use a value of
    REPLACE
    or
    COPY
    and defaults to
    COPY
    and I can definitely see that
    COPY
    is unsupported at the very least. Can someone confirm that R2 works without this header being passed through, and that internally instead of defaulting to
    COPY
    it's then no-op? If so, it shouldn’t take too long to just at least not throw an error to allow the clients to copy objects. Otherwise, I will have to go extremely low level and send an API request manually to bypass client behaviour of sending this header. It's not really dev friendly for CloudFlare to not adhere to default client implementation when trying to provide S3 compatibility...
    l
    e
    v
    • 4
    • 32
  • I need help with my cloudflare account (READ THIS PLEASE)
    c

    csehrafin

    12/10/2023, 4:19 PM
    Guys I have a cloudflare account that i deleted and regretted. I created a new account now the situation is that the old deleted account's things like pages domain; securityexperts.pages.dev csehrafin.pages.dev Still works and redirects i can't reserve or control those because they are reserved already also the Zero Trust Domain: aad-securityexperts.cloudflareaccess.com is still reserved and i integrated my OKTA and Former Azure AD / Entra Login system with the old zero trust Please Help me!!
    e
    • 2
    • 2
  • Turborepo + Github Actions + Cloudflare
    j

    joe80813

    12/11/2023, 10:29 AM
    Hey guys, Do you have any sample repos that have a setup of Turborepo + Github Actions + Cloudflare
    s
    t
    • 3
    • 4
  • DDOS protection working .. or not?
    f

    failra

    12/13/2023, 4:22 AM
    I got DDOSed on my main website and subdomain panel. Mind, I use Cloudflare proxying on both the panel and the main website. Even with “Im under attack” enabled, the protection did nothing as my server CPU usage and temps shot up and audibly sounded very loud. Am I missing something..? It doesn’t seem like the protection worked as my hardware was still affected.
    i
    • 2
    • 1
  • Whitelisting IP For Im Under Attack Mode
    l

    Leo

    12/13/2023, 12:06 PM
    Create a waf rule, match it on the IP and select Skip > Skip Security Level as action
    g
    c
    • 3
    • 24
  • Can I authenticate users for applications behind CF's Zero Trust with CF's Warp
    c

    chickahoona

    12/14/2023, 9:46 AM
    When one is using Cloudflare Zero Trust with authentication and so on, can one use Cloudflare's warp to authenticate a user? I am asking as I seem to be prompted to authenticate even so Cloudflare's WARP is running The problem that I actually want to solve is a REST API behind Cloudflare Zero Trust, that is consumed by Apps, Browser Extensions and Web Clients that use Service workers. None of those seem to be compatible with Zero Trust. Any hint how to solve that without the requirement for that web authentication part would be much appreciated!
    e
    • 2
    • 20
  • Client Certificate gets blocked
    k

    kc1nn4y

    12/15/2023, 10:35 PM
    I am trying to setup a client certificate for my golang application so my golang application can connect to my cloudflare protected API endpoint. I also set up a mtls rule that blocks access if this certificate is not verified from the client. I am not sure why I'm still encountering 403 status codes. Anyone have a suggestion?
    Copy code
    go
    func main() {
        certs, _ := tls.LoadX509KeyPair("certificate.pem", "key.pem")
        rcert, _ := os.ReadFile("rootcert.pem")
        rpool := x509.NewCertPool()
        rpool.AppendCertsFromPEM(rcert)
        tlsConfig := &tls.Config{
            Certificates:       []tls.Certificate{certs},
            RootCAs:            rpool,
            InsecureSkipVerify: true,
        }
        tr := &http.Transport{
            TLSClientConfig: tlsConfig,
        }
        client := &http.Client{
            Transport: tr,
        }
        request, _ := http.NewRequest("GET", "https://api.mydomain.com/", nil)
        response, err := client.Do(request)
        if err != nil {
            log.Println(err)
        }
        fmt.Println("status code:", response.StatusCode)
        // code to handle the response removed from code snippet
    }
    m
    • 2
    • 2
  • Domain isn't connecting to website
    c

    Ciotti

    12/16/2023, 10:42 AM
    hi guys i need help with my domain, i bought it from godaddy and connected it to cloudflare also connected it to the site itself running on Gohighlevel, but when searching for the domain it gives out an error, i don't understand why, the dns records i think are ok, i edited the nameservers in godaddy with cloudflare one's, can anyone help me out? Thanks a lot the domain is "rinnovamedia.it"
  • #522 CloudFlare verifying stuck
    s

    SKRRRTT

    12/16/2023, 12:02 PM
    the website is down. theres nothing you can do about that
    r
    • 2
    • 4
  • Google keeps making certs for my domain
    m

    mirandaniel

    12/16/2023, 12:47 PM
    11th email like this today for the same domain, any idea why?
    f
    • 2
    • 3
  • Sub redirect!
    d

    dzoomnewm86

    12/16/2023, 5:49 PM
    I’m just having issues getting the sub www to direct to my domain apex. I have a page rule in place, I tried a bulk redirect from support articles. Any ways, it did work, now it’s not and I can’t figure out why. Mainly trying to make sure I set it up correctly and/or if a better option like a bulk redirect rule. Also, just having general issues getting help. I used support articles to get setup but it’s not working and I can’t find any other solutions.
    e
    • 2
    • 9
  • 403 Google search console
    m

    marhadan

    12/16/2023, 11:33 PM
    Hello I have problème with all the bot that can’t access to my website it got the 403 Forbiden access that some screen of what I put on cloudflare
    e
    s
    • 3
    • 17
  • One domain became unreachable from a single country
    j

    jafaralshamma

    12/17/2023, 6:36 PM
    One of my domains became unreachable from Iraq. However, it can be opened using vpn. Is there any way I can troubleshoot/solve this issue?
    e
    • 2
    • 2
  • Hi, We are using R2 for our CDN. We would like to detect adult content ?
    a

    ankarte

    12/18/2023, 12:57 PM
    Is there an add on feature in R' for that purpose?
    c
    • 2
    • 1
  • Simple redirect not working
    d

    dawson.gg

    12/18/2023, 9:43 PM
    Anyone know a fix to this? Can provide anything else which is needed. We have mutliple sites running under the flyte.gg domain
    c
    • 2
    • 5
  • Customizing Zero Trust Warp posture checks
    e

    eephillip

    12/19/2023, 12:20 AM
    I'm interested in know custom posture checks are possible? For instance running a custom script, or triggering an installed binary. Displaying to the user a security banner upon activation of the WARP session?
  • A record what do i put i cant find anything about it
    e

    emptyd23

    12/19/2023, 12:40 AM
    ok so basicly for my a record i need to put an ipv4 but what do i put for that ipv4 as ive tried my own ip ive tried some of cloudflares ip's but nothing works at all
    c
    • 2
    • 12
  • A record broken????
    e

    emptyd23

    12/19/2023, 1:58 AM
    ok so bascily i set an A record and it was working perfectly fine like going good with no issues but just suddionly 2 hours ago it just stopped working i didnt change anything in those 2 hours and i i visit the website on my browser it works but if i try to visit it on the game it should work on it just cant connect
    c
    • 2
    • 6
  • After the Discord failure, a sharp increase in visits by 33% from Singapore (and the website is from
    w

    wolnemedia_11068

    12/19/2023, 5:58 AM
    Since the Analitics failure on November 2-6, 2023, statistics show a huge number of visits to my website from Singapore. The number of unique users increased by 1/3 (33%). Before the failure, on average my website received approximately 16,000-20,000 Unique visitors per day, and after the failure, 25,000-35,000 Unique visitors. I don't know why after Cloudflare's fix, entries from Singapore skyrocketed (spambots?). Currently, the number of entries from Singapore and my country is almost the same. Is there anything that can be done to restore more reliable Cloudflare statistics?
    • 1
    • 2
  • Cloudflare + Apache masking URL
    s

    streamcentral

    12/19/2023, 10:44 AM
    I've changed the origin URL from all in coming traffic to 8443 -> traffic to DOMAIN.com to 8443 now it does redirect but doesnt mask the url
    c
    • 2
    • 1
  • How to add DNS Records for .Pages.dev domain
    c

    csehrafin

    12/19/2023, 11:50 AM
    How can i add dns records for cloudflare pages domain
    h
    • 2
    • 7
  • Partial DNS and certificate with a wildcard (Business)
    p

    patrik

    12/19/2023, 1:16 PM
    Hello, I was wondering whether it would be possible to setup partial (CNAME) DNS using a wildcard such as
    *.example.com CNAME *.example.com.cdn.cloudflare.net
    ? And would certificates work out of the box with advanced certificates enabled?
    • 1
    • 1
  • Preventing the creation of similar and fraudulent domains
    s

    simon2741

    12/19/2023, 4:16 PM
    Hello, I am a representative of a shipping company that is very often under attack by fraudsters who create and send links to sites that look similar to our official ones and have a part of our name in the domain, which confuses users and in good faith allows them to be deceived on the site. Through analysis, we found that almost all of these exposed attempts are registered or hosted on Cloudflar.com. Does this company/service offer any option if we authenticate with them as authorized domain owner, that if an attacker tries to use their services and as a hosting domain, or directly register a similar sounding domain, it would be automatically blocked by the Cloudfield provider and prevented from completing the process? Alternatively, preventive treatment in another way, so that the attacker does not succeed in getting the fraudulent content or domain out globally? Thank you very much in advance!
    a
    f
    +3
    • 6
    • 14
  • 522 Errors from PHL Datacenter only?
    c

    curtismachek

    12/20/2023, 12:02 AM
    For the last 28 hours or so, one of our clients has been getting 522 errors, routing via PHL datacenter, and can't access our app. The app is served via Cloudflare tunnels and we have Argo Smart Routing enabled. Restarting the tunnel doesn't help. It appears that this is entirely within Cloudflare, and we can't figure it out nor duplicate it as we aren't anywhere near PHL. We are enterprise and our phone calls & support ticket have had no movement. How do we get support on this issue?
    i
    e
    • 3
    • 5
  • Load Balancing with HTTP Header for Session Affinity
    s

    senojsitruc

    12/20/2023, 2:28 PM
    Previously I used HAProxy for load balancing, which will hash a specified HTTP header, and route all connections with the same value for that header to the same backend. My use case here is to have all connections associated with the same account, routed to the same API server. When I switched to Cloudflare's Load Balancer, I expected similar behavior from the "By HTTP header" option when configuring Session Affinity. In testing, it seems that it is not exclusively using that header to determine which backend node to route to. If I disconnect, change IPs and reconnect, I've got a decent chance of ending up on a different API server. Is this the expected behavior? Is there a way to configure the behavior to better match what HAProxy does? Thanks!
  • Need help with cloudflare account!
    c

    csehrafin

    12/20/2023, 5:27 PM
    Guys I have a cloudflare account that i deleted and regretted. I created a new account now the situation is that the old deleted account's things like pages domain; securityexperts.pages.dev csehrafin.pages.dev Still works and redirects i can't reserve or control those because they are reserved already also the Zero Trust Domain: aad-securityexperts.cloudflareaccess.com is still reserved and i integrated my OKTA and Former Azure AD / Entra Login system with the old zero trust also the workers domain csehrafin.workers.dev
    l
    • 2
    • 1
  • DNS won't work
    m

    mattyboioi

    12/20/2023, 9:26 PM
    Hi there, I am fairly new to DNS. I mean I have set it up once before during my time in school but I am now setting up my own personal environment for nextcloud and such. I have bought the domain veelaerthome.be but for some reason everytime I create an A record for a subdomain and then use nginx proxy manager to forward the domain to the correct service and such, it just won't work. I get host timed out and cloudflare error code 523 but I can't seem to find a solution. Does anyone have an idea?
    c
    • 2
    • 2
  • gain access to my domain
    s

    smiletoworld_43256

    12/21/2023, 7:31 AM
    I have a domain that Cloudflare seems to own, I would like to know how I can gain access to it. I created the domain in a free trial and since I was not ready to make the website Cloudflare took it. It will expire on Jan 5th but I need it this week to start my site. any help is greatly appreciated.
    d
    • 2
    • 1
1...456...10Latest