Certbot-auto has been running on this Oracle Linux 6.10 box for a few years and it started failing all of a sudden.
My domain is: www.cs2.hofstra.edu
Please see commands and output below:
[ar@localhost ~]$ sudo /opt/certbot/certbot-auto renew --deploy-hook 'service httpd reload'
WARNING: couldn't find Python 3.5+ to check for updates.
Bootstrapping dependencies for Legacy RedHat-based OSes that will use Python3... (you can skip this with --no-bootstrap)
yum is hashed (/usr/bin/yum)
To use Certbot on this operating system, packages from the SCL repository need to be installed.
Enable the SCL repository and try running Certbot again.
[ar@localhost ~]$
[ar@localhost ~]$ sudo yum-config-manager --enable software_collections
Loaded plugins: refresh-packagekit
[ar@localhost ~]$ sudo yum-config-manager --enable ol6_latest
Loaded plugins: refresh-packagekit
[ar@localhost ~]$ sudo yum install scl-utils
Loaded plugins: refresh-packagekit, ulninfo
Setting up Install Process
Resolving Dependencies
(snip)
Installed:
scl-utils.x86_64 0:20120927-29.el6_9
Complete!
[ar@localhost ~]$ sudo /opt/certbot/certbot-auto renew --deploy-hook 'service httpd reload'
Bootstrapping dependencies for Legacy RedHat-based OSes that will use Python3... (you can skip this with --no-bootstrap)
yum is hashed (/usr/bin/yum)
To use Certbot on this operating system, packages from the SCL repository need to be installed.
Enable the SCL repository and try running Certbot again.
The operating system my web server runs on is (include version): Oracle Linux Server 6.10
My hosting provider, if applicable, is: na
I can login to a root shell on my machine: yes
I’m using a control panel to manage my site: no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): cannot run, produces Enable SCL message