My domain is: cjoster.com
I ran this command: /bin/certbot renew --must-staple --post-hook /sbin/keyfix
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/cjoster.com.conf
Renewing an existing certificate for cjoster.com and 5 more domains
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: cjoster.com
Type: connection
Detail: 35.163.241.194: Fetching https://cjoster.com/.well-known/acme-challenge/HlNAT1tUSaaAl8801JUkGHSE2604AhRHtyP9yUR-ZMY: Timeout during connect (likely firewall problem)
Domain: mail.cjoster.com
Type: connection
Detail: 35.163.241.194: Fetching https://mail.cjoster.com/.well-known/acme-challenge/ILndFmtHsxEsV0OqLyGTBZL4rijAkKNbe-TVMxQIbnM: Timeout during connect (likely firewall problem)
Domain: mail.osterfam.com
Type: connection
Detail: 35.163.241.194: Fetching https://mail.osterfam.com/.well-known/acme-challenge/Ur5BtbBmYxzIJtOjQSBImRqsnwtfRqpPv-q70D-CnTM: Timeout during connect (likely firewall problem)
Domain: osterfam.com
Type: connection
Detail: 35.163.241.194: Fetching https://osterfam.com/.well-known/acme-challenge/jW3awIaYMY-Hm4bO_96VMz_FEMNG06-mgo7GgIQZatI: Timeout during connect (likely firewall problem)
Domain: www.cjoster.com
Type: connection
Detail: 35.163.241.194: Fetching https://www.cjoster.com/.well-known/acme-challenge/N33MyZE99MC04sCgL3zaPJ0SN9wczCLxd3WuCfZyBEg: Timeout during connect (likely firewall problem)
Domain: www.osterfam.com
Type: connection
Detail: 35.163.241.194: Fetching https://www.osterfam.com/.well-known/acme-challenge/ni7XKMYQV79WpMsjjM1HDoj_r_5AK0N98pD4j-xtfsg: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
Failed to renew certificate cjoster.com with error: Some challenges have failed.
All renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/cjoster.com/fullchain.pem (failure)
Hook 'post-hook' ran with error output:
- cp -f /etc/letsencrypt/live/cjoster.com/privkey.pem /etc/pki/tls/private/cjoster.com.key
- chmod 400 /etc/pki/tls/private/cjoster.com.key
- cp -f /etc/letsencrypt/live/cjoster.com/fullchain.pem /etc/pki/tls/certs/cjoster.com.pem
- cat /etc/letsencrypt/live/cjoster.com/privkey.pem
- chown root.mail /etc/pki/cyrus-imapd/privkey.pem
- chmod 640 /etc/pki/cyrus-imapd/privkey.pem
- cat /etc/letsencrypt/live/cjoster.com/fullchain.pem
- cat /etc/letsencrypt/live/cjoster.com/cert.pem
- systemctl restart sendmail
- systemctl restart cyrus-imapd
1 renew failure(s), 0 parse failure(s)
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version): Apache, httpd-2.4.57-5.el9.x86_64
The operating system my web server runs on is (include version):
[root@cjoster lordvadr]# cat /etc/os-release
NAME="Rocky Linux"
VERSION="9.1 (Blue Onyx)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.1"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Rocky Linux 9.1 (Blue Onyx)"
ANSI_COLOR="0;32"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:rocky:rocky:9::baseos"
HOME_URL="https://rockylinux.org/"
BUG_REPORT_URL="https://bugs.rockylinux.org/"
ROCKY_SUPPORT_PRODUCT="Rocky-Linux-9"
ROCKY_SUPPORT_PRODUCT_VERSION="9.1"
REDHAT_SUPPORT_PRODUCT="Rocky Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.1"
My hosting provider, if applicable, is: AWS EC2
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): No
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
[root@cjoster lordvadr]# certbot --version
certbot 2.6.0
[root@cjoster lordvadr]# !nmap
nmap -Pn -p80,443 cjoster.com
Starting Nmap 7.92 ( https://nmap.org ) at 2024-02-08 21:02 UTC
Nmap scan report for cjoster.com (35.163.241.194)
Host is up (0.00022s latency).
Other addresses for cjoster.com (not scanned): 2600:1f14:d0:a000:fc80:95a1:a7a9:3c65
PORT STATE SERVICE
80/tcp open http
443/tcp open https
(from external host)
[cjo@mcauliffe src]$ !nmap
nmap -Pn -p80,443 cjoster.com
Starting Nmap 7.93 ( https://nmap.org ) at 2024-02-08 15:02 CST
Nmap scan report for cjoster.com (35.163.241.194)
Host is up (0.061s latency).
Other addresses for cjoster.com (not scanned): 2600:1f14:d0:a000:fc80:95a1:a7a9:3c65
PORT STATE SERVICE
80/tcp open http
443/tcp open https
Nmap done: 1 IP address (1 host up) scanned in 0.29 seconds
