Hi All,
On Jan 6th, the certificate updated and seems to work in browser, but a cron job we had running to update data on the website stopped running. The error (listed below) indicated it failed because it could not authenticate the certificate. I even removed the certs and created a new request, and still it fails. As a work around I'm using the command --no-check-certificate, but it would be nice for it to go back to recognizing the cert. Because the command runs on the same server as the site, I did test the wget command from external servers to confirm it wasn't an issue with the host server.
It had been running fine for a almost a year until the cert update.
Any advice or assistance would be appreciated.
-Ron
My domain is: https://www.wannagohome.com
I ran this command: wget -O /dev/null https://www.wannagohome.com/?rets_import_cron_job=1
It produced this output: WARNING: cannot verify www.wannagohome.com's certificate, issued by '/C=US/O=Let's Encrypt/CN=R3': Unable to locally verify the issuer's authority.
My web server is (include version): Apache version 2.4.6
The operating system my web server runs on is (include version): CentOS Linux 7.9.2009
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): Webmin 1.962 with Virtualmin
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): Not sure