Questions tagged [cloudflare]

CloudFlare is a content delivery network and distributed domain name server service marketed as improving website performance and speed and providing security.

567 questions
0
votes
0 answers

Cert-Manager Error Fetching certificate via cloudflare dns01 challenge

I'm trying to create a wildcard cert via cert-manager for my domain. --- apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: ipa spec: # Secret names are always required. secretName: ipa-tls duration: 2160h # 90d renewBefore:…
cclloyd
  • 593
  • 2
  • 14
  • 29
0
votes
1 answer

How to get Cloudflare SSL to work with IIS website on Azure virtual machine

I have an Azure virtual machine running IIS. The DNS goes through Cloudflare and I have turned SSL on there. However, when I visit https://www.reainvite.com.au I get "This site can’t be reachedwww.reainvite.com.au took too long to respond." Below is…
Petras
  • 249
  • 1
  • 4
  • 13
0
votes
1 answer

Is it possible to have the root domain on one web hosting and a sub-domain on another?

I have a shared web-hosting with CompanyA and another shared hosting with CompanyB. I own one domain called example.com. I want to host example.com on CompanyA and sub.example.com on CompanyB. Is this possible? I am using cloudflare as my DNS. If it…
0
votes
0 answers

CDN SSL Authentication reliablity

I was having SSL on my main domain. which is let say , "example.com" & it only showed lock/HTTPS icon on "example.com" not any subdomain eg. abc.example.com , xyz.example.com also Lock /HTTPS was not showing on example.com/phpMyadmin ,…
0
votes
1 answer

Nginx proxy_pass multiple redirects issues

I'm having issues with nginx and 302 redirects to files that are behind multiple redirects. so I'm trying to proxy this request and get 502 bad gateway. location /85319 { proxy_pass…
Saimon
  • 1
  • 1
0
votes
1 answer

Delegate main domain and part of subdomains to different nameserver

Let's assume I have: Registered myapp.tld domain with ns.some.tld nameserver set DigitalOcean droplets: foo.myapp.tld bar.myapp.tld Cloudflare zone for: myapp.tld es.myapp.tld de.myapp.tld other language-specific subdomains I need…
Wirone
  • 103
  • 4
0
votes
2 answers

Extremely High TTFB on Wordpress website - Not dabase or server ... what else could cause it?

I'm running a Wordpress ecommerce website on a dedicated VPS with 4CPUs and 6gb RAM, so resources are not an issue . On top of this I have VestaCP installed, with a Nginx + Apache + Php-FPM server . Also using clouflare caching together with WP…
0
votes
1 answer

Site opens in HTTP even though I have defined HTTPS

I have a WordPress site hosted on nginx. I am using Cloudflare reverse proxy and SSL. I have setup so site will only open in https and even if someone uses http then it will be redirected to https version. In Cloudflare the SSL setting is…
Frank Martin
  • 741
  • 2
  • 12
  • 24
0
votes
1 answer

Cloudflare prohibits API GET request

I am having a trouble with my API's GET request. I settled cloudflare as a firewall for my web application. Behind it, my web application is working on Nginx server. All HTTP Requests are working for the application. But when I try to execute API…
Onur Göker
  • 119
  • 3
0
votes
1 answer

Nginx reverse dns with cloudflare

https://www.nginx.com/resources/wiki/modules/rdns/ https://github.com/flant/nginx-http-rdns How do you get the nginx-http-rdns module to work with cloudflare free DDoS protection? I wish to use this module to verify search engine bots (issue #10 has…
masuking
  • 1
  • 2
0
votes
0 answers

Nginx/Cloudflare can I proxy using server block instead of DNS

I am running into slightly annoying issues setting up Cloudflare's custom error page functionality, so I would like to figure out how I can proxy_pass to cloudflare only when my server does not return an error code as I really only want to use these…
ViaTech
  • 101
  • 1
0
votes
1 answer

Does CDN defeat the purpose of server-level GeoIP blocking?

Looking for second opinions. Suppose a website is set up so that only IPs from country X are allowed read/write access. This server goes through a CDN such as Cloudflare. Because the GeoIP block is at server level, it never gets enabled because…
cvlo
  • 1
  • 2
0
votes
1 answer

Long TTFB - Cloudflare

I'm running a website on Apache2/Ubuntu 20.04, and for some reason I'm getting a really long TTFB (~15 seconds), this only happens while I'm using Cloudflare's Proxy/CDN. If I'm connecting directly to my server's IP address (without Cloudflare's…
0
votes
0 answers

My site's load times have become extremely slow or fails to load at all (Cloudflare 522 error), but minimal server load (Nginx + Apache + Wordpress)

I run multiple websites being served on a stand alone Ubuntu machine, all of them use same nginx + apache setup. However one of these sites has begun to act very strangely today. It's the only site on the server that uses Cloudflare, and on several…
hedgehog90
  • 101
  • 1
0
votes
1 answer

Does cloudflare provide anti-DDoS protection for dedicated servers?

I have a dedicated server that sometimes gets DDoS attacked. Does Cloudflare give you protection for dedicated servers or is it for websites only?
Catgirl21
  • 3
  • 1