Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-feedback: Bug 275064: security/py-certbot: Will not run from cron https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275064
--- Description --- uname: FreeBSD 13.2-RELEASE-p4 GENERIC amd64 freebsd-version: 13.2-RELEASE-p5 It works perfectly when I run the following command from the command line. /usr/local/bin/certbot renew --apache --deploy-hook "service dovecot restart" If I run it from CRON, it bombs out. I have attached the file. I tried setting CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1, but it did not make any difference. Everything was working fine until a recent update. Why does it work from the command line but not from CRON?