As discussed here, I had trouble with some CRON
jobs and Authenticated Origin Pulls (AOPs). I’m running a Ubuntu box with a LAMP stack. wget
and curl
are blocked because they aren’t recognized as locally originating. How can I configure my server to allow these types of requests from localhost?
I don’t use AOPs. I did, but found it much easier just to firewall off the rest of the world, then whitelist Cloudflare IP addresses.
I can’t do that because I host some sites that don’t use Cloudflare
wget --no-check-certificate
doesn’t work either.
This topic was automatically closed after 14 days. New replies are no longer allowed.