CRON + SSL misery
-
I’m using Cloudflare’s authenticated origin pulls OAP feature, which is making it difficult to run a real CRON job using
wget
. The following command/usr/bin/wget https://path/to/wordpress/updraft-db-cron.php -O /home/wordpress-user/cronlogs/updraft.db.log
gives the error `OpenSSL: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
Unable to establish SSL connection.`No surprise, since OAP doesn’t recognize the request as coming from the origin server. Is there a different command that will run the script on schedule w/o tripping up on OAP, or is there a server setting that will allow such requests when they are from localhost?
The page I need help with: [log in to see the link]
- The topic ‘CRON + SSL misery’ is closed to new replies.