Date: Mon, 20 Apr 2020 07:42:46 -0700 From: paul beard <paulbeard@gmail.com> To: python@freebsd.org Subject: certbot/plugin fails after update Message-ID: <CAMtcK2p6CQ1=e8fhrEVkbF9qme7S-X=JyzqDFqryTWGWMsdHsA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
This seems to be a recurring issue each time certbox and its nginx plugin are updated. the workaround/solution is to reinstall them manually. for i in py-certbot py-certbot-nginx; do cd /usr/ports/security/$i; make > deinstall reinstall clean; done and then certbot runs fine, either by hand or on the cron. Saving debug log to /var/log/letsencrypt/letsencrypt.log - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /usr/local/etc/letsencrypt/renewal/cloud.paulbeard.org.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cert is due for renewal, auto-renewing... Non-interactive renewal: random delay of 364.04025994456254 seconds Could not choose appropriate plugin: The nginx plugin is not working; there may be problems with your existing configuration. The error was: NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.") Attempting to renew cert (cloud.paulbeard.org) from /usr/local/etc/letsencrypt/renewal/cloud.paulbeard.org.conf produced an unexpected error: The nginx plugin is not working; there may be problems with your existing configuration. The error was: NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly."). Skipping. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /usr/local/etc/letsencrypt/renewal/paulbeard.org.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cert not yet due for renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /usr/local/etc/letsencrypt/renewal/www.paulbeard.org.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cert is due for renewal, auto-renewing... Could not choose appropriate plugin: The nginx plugin is not working; there may be problems with your existing configuration. The error was: NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.") Attempting to renew cert (www.paulbeard.org) from /usr/local/etc/letsencrypt/renewal/www.paulbeard.org.conf produced an unexpected error: The nginx plugin is not working; there may be problems with your existing configuration. The error was: NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly."). Skipping. All renewal attempts failed. The following certs could not be renewed: /usr/local/etc/letsencrypt/live/cloud.paulbeard.org/fullchain.pem (failure) /usr/local/etc/letsencrypt/live/www.paulbeard.org/fullchain.pem (failure) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The following certs are not due for renewal yet: /usr/local/etc/letsencrypt/live/paulbeard.org/fullchain.pem expires on 2020-06-24 (skipped) All renewal attempts failed. The following certs could not be renewed: /usr/local/etc/letsencrypt/live/cloud.paulbeard.org/fullchain.pem (failure) /usr/local/etc/letsencrypt/live/www.paulbeard.org/fullchain.pem (failure) -- Paul Beard / www.paulbeard.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMtcK2p6CQ1=e8fhrEVkbF9qme7S-X=JyzqDFqryTWGWMsdHsA>