Domain : sherab.duckdns.org
Server version: Apache/2.4.57 (Debian)
Linux raspberrypi 6.1.0-rpi6-rpi-v8
I can login to a root shell on my machine yes
The version of my client is: certbot 2.7.4
Yesterday site was secure - today its not - certificate is still valid
Chromium says - site is secure - Firefox and Epiphany say it's not??
I ran this command:
root@raspberrypi:/etc/apache2/sites-available# tail -f /var/log/apache2/error.log
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
[Sat Nov 18 22:06:58.958181 2023] [ssl:warn] [pid 19069] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Sat Nov 18 22:06:58.964879 2023] [mpm_prefork:notice] [pid 19069] AH00163: Apache/2.4.57 (Debian) OpenSSL/3.0.11 configured -- resuming normal operations
[Sat Nov 18 22:06:58.964929 2023] [core:notice] [pid 19069] AH00094: Command line: '/usr/sbin/apache2'
[Sat Nov 18 22:07:03.513065 2023] [mpm_prefork:notice] [pid 19069] AH00171: Graceful restart requested, doing restart
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
[Sat Nov 18 22:07:03.711471 2023] [ssl:warn] [pid 19069] AH01909: 127.0.1.1:443:0 server certificate does NOT include an ID which matches the server name
[Sat Nov 18 22:07:03.719156 2023] [mpm_prefork:notice] [pid 19069] AH00163: Apache/2.4.57 (Debian) OpenSSL/3.0.11 configured -- resuming normal operations
[Sat Nov 18 22:07:03.719209 2023] [core:notice] [pid 19069] AH00094: Command line: '/usr/sbin/apache2'
[Sat Nov 18 22:08:12.337949 2023] [authz_core:error] [pid 19257] [client 167.172.232.142:55554] AH01630: client denied by server configuration: /var/www/html/server-status
Here's my config file
<VirtualHost *:80>
ServerName sherab.duckdns.org
ProxyPass / http://localhost:5230/
ProxyPassReverse / http://localhost:5230/
ErrorLog ${APACHE_LOG_DIR}/sherab_error.log
CustomLog ${APACHE_LOG_DIR}/sherab_access.log combined
</VirtualHost>
<VirtualHost *:443>
ServerName sherab.duckdns.org
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/sherab.duckdns.org/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/sherab.duckdns.org/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/sherab.duckdns.org/chain.pem
ProxyPass / http://localhost:5230/
ProxyPassReverse / http://localhost:5230/
ErrorLog ${APACHE_LOG_DIR}/sherab_error.log
CustomLog ${APACHE_LOG_DIR}/sherab_access.log combined
</VirtualHost>
This is what certobt says:
You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry.
(ref: /etc/letsencrypt/renewal/sherab.duckdns.org.conf)