Questions tagged [cloudflare]
66 questions
46
votes
2 answers
Why are DNS queries using CloudFlare's 1.1.1.1 server timing out?
While attempting to use the 1.1.1.1 DNS service provided by Cloudflare on my home network, all queries timed out. I am a CenturyLink fibre (now renamed Quantum Fiber) customer. Why?
Use here means adding it as an explicit DNS resolver in a Mac, a…
rburte
- 1,331
28
votes
1 answer
DNS not resolving only for a handful of people - after 10 days and even via Google DNS
I have a new website and its DNS entry (thetunegame.com) is now 10 days old, so it should have propagated properly.
I've had over 200 people from several countries accessing it with no issues, however there are 4 people, all from Greece (although…
Anthony
- 391
7
votes
3 answers
How to verify that you're using DNS over HTTPS (DoH) with Quad9 / other non Cloudflare DNS providers
I'm using pihole with an upstream DNS server of Quad9 DoH. The upstream DNS and the pihole are configured with docker via a docker-compose.yml file, with the upstream DoH server using the cloudflared service.
version: "3.5"
networks:
…
SneakyShrike
- 197
4
votes
1 answer
Cloudflare infinte loop (Checking if the site connection is secure)
What can I do to fix the CloudFlare "Checking if the site connection is secure" infinite loop?
I'm tying to load a website. The very first GET gets sent to an interstitial page run by Cloudflare that says
Checking if the site connection is…
Michael Altfield
- 1,760
4
votes
0 answers
Encrypted client hello enabled in Firefox but Cloudflare website doesn't detect
I'm using Firefox Beta 103 (tried with stable and nightly too), enabled Cloudflare DNS over HTTPS in settings:
then enabled these:
network.dns.echconfig.enabled
and
network.dns.http3_echconfig.enabled
in about:config
but when visiting this…
user1670677
4
votes
1 answer
What does "AS Name" and "AS Number" mean on the cloudflare DNS check page (https://1.1.1.1/help)?
What does AS Name and AS Number mean on the cloudflare DNS check page (https://1.1.1.1/help)? i.e. what does "AS" stand for?
KIAaze
- 369
3
votes
0 answers
How to exclude a domain from Cloudflare WARP 1.1.1.1 on Windows?
While using Cloudflare WARP, often when trying to upload a video on YouTube, the YouTube site asks for verification.
So to avoid this, I want to exclude youtube.com or similar domains that do not do well with Cloudflare WARP (atleast for me)
This is…
dsf
- 181
- 1
- 5
2
votes
1 answer
difference between ssh ProxyCommand and running that command directly (cloudflared)
I have a remote machine I can access only through a cloudflared tunnel. In my .ssh/config file I have
Host remote
User my-user-name
ProxyCommand cloudflared access ssh --hostname remote-host-name.com
this works fine. When I ssh remote I…
Wandering Logic
- 698
- 6
- 11
2
votes
2 answers
How can I use Cloudflare WARP over SOCKS5 proxy?
I can't find a way to use Cloudflare WARP client over local SOCKS5 proxy.
I even tried using Proxifier to force it to use proxy but it couldn't connect, probably because WARP uses WireGuard, which is UDP, but Proxifier only support TCP.
my local…
user1737559
2
votes
0 answers
InspIRCd ssl connection fails with Cloudflare certificate
I am trying to implement SSL into my IRC server, I have downloaded and installed the certificate, key, and ca-bundle from Cloudflare. And I can connect successfully without SSL but when I do try to use it I get an error message stating: Connection…
Ethan James
- 21
2
votes
2 answers
DoT: how DNS over TLS resolver resolves its own hostname
It is possible to use hostname of DNS resolver instead of IP address (e.g. in Android 9+) for DNS over TLS servers.
Google provides dns.google and Cloudflare offers 1dot1dot1dot1.cloudflare-dns.com but as you can see these aren't IP addresses.
So…
gudvinr
- 53
1
vote
0 answers
What is the proper way to host multiple websites from the same machine and same ip address?
I have two Flask websites running on an ubuntu machine running on my home server. Both of them are running as a service with Gunicorn, one is on port 9000, the other is on 9001. I have registered a Cloudflare account, where I created a Zero Trust…
Daniel
- 11
1
vote
1 answer
When serving a static webpage with backblaze-b2 and cloudflare, how to get domain to appear instead of bucket origin?
I am following backblaze's instructions to serve a static webpage through cloudflare.
Part of this involves creating a cloudflare 'page rule' which directs from the domain to the backblaze bucket, for example the forwarding rule:
example.com ->…
mherzl
- 193
1
vote
0 answers
How can I share my local mysql server/database to the cloud using cloudflare, so that, I can use that connection to connect to other applications?
I have created a tunnel in Cloudflare and connected it to my local pc. I can access my localhost via port 3508. Now, I want to make this database accessible over the internet as my accounting desktop application in different client systems needs to…
user7870766
- 11
- 1
1
vote
2 answers
Cloudflare tunnel and Remote Desktop with WARP client
I'm trying to use Remote Desktop with a Cloudflare tunnel and the WARP client, following the instructions on this page:
Connect to Remote Desktop through Cloudflare Tunnel
(Specifically, the section Connect to RDP server with WARP to Tunnel)
Here's…
Russell G
- 519