I recently installed an ssl cert on my rackspace cloud server. Prior to installing it, my cron jobs were running fine.
When I ssh to my server and do a crontab -l,
I can see the jobs are still there:
*/5 * * * * /usr/bin/curl https://mydomain.com/crons/do_things.php
if I directly visit the file in my broswer it still works.
So I'm wondering if there is anything special I need to set up or change to have my cron job running again?