หากมี Error ตามตัวอย่างด้านล่าง
1 2 3 4 5 6 7 |
Spider mode enabled. Check if remote file exists. --2021-10-01 06:30:01-- https://domain.com/file.php Resolving domain.com (domain.com)... 13.xxx.xxx.xx Connecting to domain.com (domain.com)|13.xxx.xxx.xx|:443... connected. ERROR: cannot verify domain.com's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’: Issued certificate has expired. To connect to domain.com insecurely, use `--no-check-certificate'. |
ใน Crontab ให้เพิ่ม –no-check-certificate ต่อจาก wget และก่อน URL ตามตัวอย่างด้านล่าง
1 |
55 20 * * * /usr/bin/wget --no-check-certificate --spider "https://www.domain.com/file.php" 2>&1 |
ป้ายกำกับ:certificate has expired, cron, cronjob, Crontab