Questions tagged [cloudflare]

Cloudflare is a content delivery network and distributed Domain Name Server service aimed at enhancing website performance and speed and providing security.

Cloudflare is a content delivery network Domain Name Server service aimed at enhancing website performance and speed and providing security. It is also known for the internet security services that it distributes.

Wiki article

3109 questions
0
votes
0 answers

How to correctly setup Miniflare & Miniflare Jest Testing with a Cloudflare Worker on GitHub Actions

I am really struggling to correctly setup a Miniflare Enviroment with a Cloudflare Worker on GitHub Actions so I can use Miniflare Jest to perform Jest testing. So far, I have followed the guides completely and created the deploy scrip below: name:…
0
votes
0 answers

A way to get open positions in bingx api

I want to receive information about open transactions. But I can't get all open trades at once. And I have to send the request for each currency and because of this I am limited even though the number of my requests is almost one per second. Can…
0
votes
0 answers

Full (strict) SSl cloudflare

I am trying to install Full (strict) SSL on cloudflare. For this I: created a certificate in cloudflare and connected it to nginx enabled Authenticated Origin Pulls in cloudflare enabled Full (strict) SSL The nginx "Welcome to nginx" base page…
deekep
  • 119
  • 1
  • 7
0
votes
0 answers

Connect Cloudflare tunnel to Nextcloud on the same machine

I am running nextcloud natively on an ubuntu server machine and I am connecting my personal domain to Nextcloud via Cloudflare tunnel The Cloudflare tunnel is running on a docker container on another Ubuntu-Server machine which points to the…
Ray
  • 3
  • 4
0
votes
0 answers

Im looking for a more secure AWS S3 policy for a (non-AWS) hosted website that uses CloudFlare for CDN

I have a hosted wordpress website (not on AWS) and instead of storing large files (ie: audio and video) on the webserver, I use html href links to redirect the request to where they are stored in a S3 bucket (eg: in the website html code, if someone…
CalvinR
  • 1
  • 1
0
votes
0 answers

Deploying Keycloak on Kubernetes with Cloudflare Reverse Proxy

I am working on a project where I'm deploying Keycloak on a Kubernetes (K8s) cluster, with Cloudflare serving as a reverse proxy using Cloudflare Tunnels. The architecture is set up as follows: A Cloudflare Tunnel is configured to forward incoming…
sqz
  • 317
  • 5
  • 12
0
votes
1 answer

API endpoint to create fallback origin in cloudflare

Is there an API endpoint to create fallback origin in Cloudflare? If so, what is it?
Sagar
  • 1,149
  • 1
  • 7
  • 12
0
votes
0 answers

Integrate NodeJS server into Cloudflare worker

I need help integrating a NodeJS server that handles authentication into my workers index.js file. I am trying to respond to specific HTTP requests in the following code snippet: catch (e) { if (!DEBUG) { try { // Add code here …
0
votes
0 answers

How to parse website protected with CloudFlare?

My goal is to parse a website protected by CF. I want to use requests to get data, but all the time get 403 status code. Is there a way to complete my task without using browser for every request? I'm good with opening browser once and then use…
0
votes
0 answers

Kubernetes nginx-ingress with cloudflare tunnel

I have a kubernetes cluster with ingress setup as a ingress-nginx. The load balancer used is NLB(Netwwork Load Balancer) and is internet-facing. Is there a way to setup cloudflared tunnel with the ingress based on the domain associated with the…
dempti
  • 336
  • 1
  • 3
  • 15
0
votes
1 answer

Handling Cloudflare captcha on Login form in Cypress Automated Test?

We recently added this Cloudflare verification to the login form. We login via API for 99% of our tests but still want a few tests that use the actual login form so we know if it's broken. I updated the test to click the captcha but it just get…
George
  • 322
  • 1
  • 6
  • 25
0
votes
0 answers

What am I doing wrong with my setup of Traefik, Cloudflare and Truenas?

I currently use a Cloudflare tunnel through the cloudflared app. I have the tunnel up and running. Within the tunnel I have a few public hostnames setup. In Truenas I'm using clusterissuer for certificate…
Darkmatter5
  • 1,189
  • 3
  • 12
  • 19
0
votes
0 answers

Setting up a proxy pass for rest api server not working

So I am trying to setup proxy pass to a rest api that is on port 30422, basically what I want to do is have for example sub-domain.example.com link to the port 30422 on the same webhost. I am hosting the webserver on nginx, and have linked a domain…
infamous hvher
  • 171
  • 1
  • 3
  • 8
0
votes
0 answers

Upload video on cloudflare using TUSKit with swift

I am trying to upload the video to CloudFlare with TUSKit recommended here ... Video is uploaded in POST request form-data against the key file ... but the read the docs of TUSClient it doesn't offer the POST request with form-data ... here is the…
Wahab Khan Jadon
  • 875
  • 13
  • 21
0
votes
0 answers

Nginx. Multiple sites on the same server causes Cloudflare Error 1000. DNS points to prohibited IP

I got 2 domains. domain1.com and domain2.com both take place on Cloudflare nameservers and linked to the one server ( A records of the same ip). But when I'm trying to configurate two sites on the single server. I got Cloudflare error 1000 I make…
tsu rugi
  • 1
  • 2
1 2 3
99
100