I\'m running a PHP script via cron using Wget, with the following command:
wget -O - -q -t 1 http://www.example.com/cron/run
The script wil
Prior to version 1.14, wget timeout arguments were not adhered to if downloading over https due to a bug.