cheshirecat
CDCloudflare Developers
•Created by shalzuth on 11/14/2023 in #general-help
cloudflare fonts - tilt-warp not being found.
It may be worth trying a + instead of - for the missing font, according to https://discord.com/channels/595317990191398933/1171062999654608898
5 replies
CDCloudflare Developers
•Created by Saksham on 10/20/2023 in #general-help
Cloudflare load balancer with Zero Trust Tunnels
Hey there. You need to specify the host header per origin in the origin pool, otherwise SNI will fail. Same with Pages or Workers origins.
I also use tunnels for my LB origins, and they’re … fragile sometimes.
2 replies
CDCloudflare Developers
•Created by losek on 7/15/2023 in #general-help
Cloudflare Images Custom Domain Latency
Not an answer, but in my experience, not any noticeable amount, especially when the images already live in cache.
I did tests months ago, but I determined that it was about 7ms between cf domain, and my domain, and it was 140-190ms faster than pulling the images from an on-prem origin running an nginx config optimized for image delivery. But I also had some other variables in the mix.
I would recommend setting up the custom domain and testing against that and the image delivery domain to be sure for your use case, of course.
3 replies
CDCloudflare Developers
•Created by darlau on 7/10/2023 in #general-help
zabbix
Kind of. I’m going to use generic terms since it’s been some time using zabbix, but you can set the record the LB is tied to as a managed server in zabbix using an http health check, and use whatever endpoint that the LB monitor uses as a health check. Be aware that this will give you the result of an LB origin, not the LB itself, as the request from zabbix will be passed to an origin like any other traffic.
If you want the monitor health of your origins, I don’t know of a way to do this within Zabbix. You can monitor the origins, and you can monitor an LB to see if the request goes through it, but not get the health of the LB itself.
To get the health of all the origins in a pool, you would want to lean on the LB Monitor API, which would list the origins and their status, and just poll that every minute or so, depending on the rate limiting CF imposes on the API.
Monitors can also use the CF notification services.
CFLB does not support SNMP, though. I don’t believe that any CF service is pollable via SNMP by customers. It’s the site and the API. (I’m sure they use SNMP internally, but not customer-facing)
2 replies
CDCloudflare Developers
•Created by Erina Nakiri on 7/11/2023 in #general-help
cloudflare tunnel 404 forbidden that affect on website without zerotrust too
31 replies
CDCloudflare Developers
•Created by Erina Nakiri on 7/11/2023 in #general-help
cloudflare tunnel 404 forbidden that affect on website without zerotrust too
Btw, Railgun is going EOL (full plug-pull) in January, so it may be worth investigating alternate tools/solutions around caching server-side and in CF, since it will break on that date. I don’t think Railgun will ever become officially supported with Tunnels because of this.
31 replies
CDCloudflare Developers
•Created by cheshirecat on 7/2/2023 in #general-help
WWW to Naked Domain with Redirect Rules, preserving Path
@chaika.me exactly what I was looking for. Thank you!
4 replies