Cron can't run on my drupal installation because my own server's ip is greylisted by project honeypot. I'm on a shared hosting environment, and I'm not sure how but my own server's ip address is greylisted. Any suggestion on a solution?

I setup an hourly cron with a command like this: curl --silent --compressed curl http://mydomain.com/cron.php?cron_key=abc123.

However, the request comes from the server, itself, and since the ip is greylisted, the cron doesn't run.

Comments

bryrock’s picture

Status: Active » Closed (works as designed)

I'm sorry that your own IP is grey-listed by project honeypot, but that's an issue between you and them and/or your shared host. If the problem prevents you from running cron, then I'd suggest disabling the module until you can get a clean IP.