Hello community,
In order to make cron work with my WordPress multisite installation I have to run wget
calling each website’s cron page from the server itself at regular intervals like this:
$ wget https://example.com/wp-cron.php
It doesn’t seem to work though, because I get an error from wget
saying that my self-signed certificate can’t be verified.
I’m using Authenticated Origin Pulls with a self signed certificate, but it seems that somehow wget
is getting the contents directly from my server instead of through Cloudflare, is there a way to make wget
to retrieve the requested page from Cloudflare?