xd003
xd003
Explore posts from servers
CDCloudflare Developers
Created by xd003 on 11/8/2024 in #general-help
Non Interactive turnstile captcha never gets solved automatically
I've recently switched from Windows to Linux and noticed an unusual issue with Turnstile on Firefox. The non-interactive Turnstile captcha, which used to solve automatically on Firefox with Windows, now always requires me to click once when using Linux. This happens consistently across websites, not just on specific ones. For example, on Cloudflare Community, the captcha resolves on its own in Firefox on Windows, but on Linux, I always have to click to proceed. Is there any way to fix this? It’s becoming quite inconvenient and is making browsing on Linux more challenging. From the console, i can see that the request made to https://challenges.cloudflare.com/* always reports Status 401
3 replies
CDCloudflare Developers
Created by xd003 on 8/6/2024 in #general-help
Questions regarding SSL/TLS
I am just setting up my domain on cloudflare and needed to clear off certain doubts. For info, I use traefik for reverse proxy and certbot for generating the ssl certificate. 1) In SSL/TLS -> Overview -> SSL/TLS encryption mode, which one should i select between Flexible, Full & Full (strict) ? 2) I have already setup traefik to do HTTP->HTTPS redirection & set HTTPS as default. So in SSL/TLS -> Edge Certificates, should i enable Automatic HTTPS Rewrites & Always Use HTTPS or keep both of them off ? Here's the are the relevant SSL/TLS options i am using in traefik v3 to better guide me with the suitable cloudflare settings.
- --entrypoints.web.address=:80
- --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https
- --entrypoints.web.http.redirections.entrypoint.permanent=true
- --entrypoints.websecure.address=:443
- --entrypoints.websecure.asDefault=true
- --entrypoints.websecure.http.tls=true
- --entrypoints.web.address=:80
- --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https
- --entrypoints.web.http.redirections.entrypoint.permanent=true
- --entrypoints.websecure.address=:443
- --entrypoints.websecure.asDefault=true
- --entrypoints.websecure.http.tls=true
3 replies
CDCloudflare Developers
Created by xd003 on 9/26/2023 in #general-help
Question regarding wildcard DNS on multiple servers
I have created "A record" along with a Wildcard DNS record pointing to my Server 1 IP. Now for server 1, I don't need to create any further DNS records everytime i reverse proxy some new app there For my server 2, i have to create "A record" every time i want to reverse proxy a new service..is there way possible way i could create a wildcard DNS record for my server IP 2 using the same domain ?
3 replies
CDCloudflare Developers
Created by xd003 on 9/17/2023 in #general-help
Question regarding DNS records
Firstly, i created a "A" record which points to my server IP ( lets call it example.com ) Then i created a wilcard "CNAME" record with Name value as "*" and target as "example.com" so that every "subdomain.example.com" also resolves to my server. The Proxy status is on for both these dns records. But i need say "subdomain5" to have the proxy status off. So i created a CNAME record with Name as "subdomain5" and Target as "example.com" with proxy status off Now my question is will this subdomain5 work with proxy status off overriding the wildcard CNAME record ? If not, how can i achieve something like this
2 replies
CDCloudflare Developers
Created by xd003 on 8/14/2023 in #general-help
Zero Trust Tunnel Unable to reach the origin service
I am running filebrowser docker container on my server which i want to access with my domain using cloudflare tunnel. Its running on -p 8080:80 Accordingly, i installed cloudflare tunnel using docker on the same server and it went fine. In Acess->Tunnels, the status is displayed as healthy. So i went ahead adding a public hostname, added the subdomain and domain, set the type as http and set the url as filebrowser:80. Now when i am trying to acess this service through my domain, i am getting host error stating that the origin service is unreachable. I can very well access my Filebrowser instance through http://SERVERIP:8080. Wonder why cloudflare is always failing to route it through my domain The cloudflared docker logs contain the following : https://pastes.io/raw/cz00pr3vbr
3 replies