I have a cron job setup on one server to run a backup script in PHP that is hosted on another server.
The command I\'ve been using is
curl -sS http://w
It happens when you are trying to access secure Website like Https.
I hope you missed 's'
Try Changing URL to curl -sS -u "username:password" https://www.example.com/backup.php