wget connection timed out on same server
问题 I've got a very strange problem. There's a cron job on the server to run a script daily: wget -O /dev/null --timeout=300 --tries=1 "http://website.com/script" It was all working well since about two weeks ago, I started receiving errors: --2016-07-13 09:45:01-- http://website.com/script Resolving website.com (website.com)... 11.22.33.44 Connecting to website.com (website.com)|11.22.33.44|:80... failed: Connection timed out. Giving up. These are some information for this question: The cron job