CronJobs issues after SSL certificate

Hello!

I had a cron job running on my website, activating a php script every friday. The Php script just activated another photo to add in the gallery. It worked fine until I got an SSL certificate for my website, then everything broke.

This was the command before:

lynx -source http://www.lawnbagsigns.com/***.php

But afterwards, the URL became httpS not just http. I changed it, so that now it is like this:

lynx -source https://www.lawnbagsigns.com/add_sign.php

But it doesn't work! Every friday I get a mailer-daemon:

I can click the link and it runs the script fine, but I wanted to set it up so that it would do so automatically. I'm guessing the SSL is screwing it up, but I don't know how to fix this. Any help would be appreciated :slight_smile: