Beef
CDCloudflare Developers
•Created by KaseToatz on 10/30/2023 in #general-help
502 bad gateway post response but no request in nginx log
if youre not using pages and this has been happening for months - doesnt sound like yesterdays issue is your problem. https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-502-bad-gateway-or-error-504-gateway-timeout. in my experience - this is usually due to origin or client being overloaded
6 replies
CDCloudflare Developers
•Created by EXtremeExploit on 10/11/2023 in #workers-help
CRON CPU limit free tier
youre probably right about connecting externally. youre relying on github response times. my logic is local and only references R2 or KV. makes sense. thanks for elaborating
15 replies
CDCloudflare Developers
•Created by Ben on 10/11/2023 in #general-help
Experience with APIs for modifying SSL/TLS cipher settings in Cloudflare
https://developers.cloudflare.com/api/operations/zone-settings-change-ciphers-setting ive used this before to get rid of all the CBCs and anything else auditors complain about. if you want to check the cipher suites available - might just use ssllabs ssl checker to see what youre accepting
4 replies
CDCloudflare Developers
•Created by lukee on 10/11/2023 in #workers-help
Detecting user region
IMO - the most specific you can get within CF is the colo-id "EdgeColoID". otherwise you'll rely on country but in order to get more granual you'd have to do custom geo lookups. def do not recommend utilizing ASNs
6 replies
CDCloudflare Developers
•Created by EXtremeExploit on 10/11/2023 in #workers-help
CRON CPU limit free tier
curious what time of actions youre taking that are executing > 100ms. I run A LOT of logic that averages .8ms
15 replies