H i Support,
the last certificate renew was fail for server.3x1t.org, but I don't remember changing virtualhost in the last two month.
This is the output:
Attempting to renew cert (server.3x1t.org) from /etc/letsencrypt/renewal/server.3x1t.org.conf produced an unexpected error: Failed authorization procedure. server.3x1t.org (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from https://server.3x1t.org [2a02:c207:2023:4846::1]: "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n<html>\n <head>\n\n <meta http-equiv=\"content-type\" content=\"te". Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/server.3x1t.org/fullchain.pem (failure)
Domain: server.3x1t.org
Type: unauthorized
Detail: Invalid response from https://server.3x1t.org
[2a02:c207:2023:4846::1]: "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML
4.01 Transitional//EN\">\n<html>\n <head>\n\n <meta
http-equiv=\"content-type\" content=\"te"
Looking into https://check-your-website.server-daten.de/?q=server.3x1t.org, I can see on "3. Content- and Performance-critical Checks" this error:
Fatal: All checks of /.well-known/acme-challenge/random-filename have a redirect, destination doesn't have the random filename. Creating a Letsencrypt certificate via http-01 challenge may not work. Trouble creating a certificate? [..]
but no changes I've made on virtualhost.
Here "apachectl -S"
[Wed Jan 27 20:42:40.343861 2021] [alias:warn] [pid 27911] AH00671: The ScriptAlias directive in /etc/apache2/sites-enabled/mailman.conf at line 2 will probably never match because it overlaps an earlier ScriptAlias.
VirtualHost configuration:
*:80 is a NameVirtualHost
default server 3x1t.org (/etc/apache2/sites-enabled/3x1t.org.conf:1)
port 80 namevhost 3x1t.org (/etc/apache2/sites-enabled/3x1t.org.conf:1)
alias www.3x1t.org
port 80 namevhost www (/etc/apache2/sites-enabled/autoconfig.3x1t.org.conf:2)
port 80 namevhost autoconfig.3x1t.org (/etc/apache2/sites-enabled/autoconfig.3x1t.org.conf:31)
port 80 namevhost autodiscover.3x1t.org (/etc/apache2/sites-enabled/autodiscover.3x1t.org.conf:2)
port 80 namevhost server.3x1t.org (/etc/apache2/sites-enabled/cloud.3x1t.org.conf:2)
port 80 namevhost converse.3x1t.org (/etc/apache2/sites-enabled/converse.3x1t.org.conf:1)
alias www.converse.3x1t.org
port 80 namevhost lists.3x1t.org (/etc/apache2/sites-enabled/mailman.conf:42)
alias lists.3x1t.org
port 80 namevhost server.3x1t.org (/etc/apache2/sites-enabled/server.3x1t.org.conf:1)
alias server.3x1t.org
*:443 is a NameVirtualHost
default server 3x1t.org (/etc/apache2/sites-enabled/3x1t.org.conf:33)
port 443 namevhost 3x1t.org (/etc/apache2/sites-enabled/3x1t.org.conf:33)
alias www.3x1t.org
port 443 namevhost www (/etc/apache2/sites-enabled/autoconfig.3x1t.org.conf:54)
port 443 namevhost autoconfig.3x1t.org (/etc/apache2/sites-enabled/autoconfig.3x1t.org.conf:68)
port 443 namevhost autodiscover.3x1t.org (/etc/apache2/sites-enabled/autodiscover.3x1t.org.conf:26)
alias autodiscover.3x1t.org
port 443 namevhost cloud.3x1t.org (/etc/apache2/sites-enabled/cloud.3x1t.org.conf:7)
port 443 namevhost collabora.3x1t.org (/etc/apache2/sites-enabled/collabora.3x1t.org.conf:1)
port 443 namevhost converse.3x1t.org (/etc/apache2/sites-enabled/converse.3x1t.org.conf:26)
alias www.converse.3x1t.org
port 443 namevhost lists.3x1t.org (/etc/apache2/sites-enabled/mailman.conf:71)
alias lists.3x1t.org
port 443 namevhost server.3x1t.org (/etc/apache2/sites-enabled/server.3x1t.org.conf:29)
alias server.3x1t.org
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www/html"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex mpm-accept: using_defaults
Mutex watchdog-callback: using_defaults
Mutex rewrite-map: using_defaults
Mutex ssl-stapling-refresh: using_defaults
Mutex ssl-stapling: using_defaults
Mutex proxy: using_defaults
Mutex ssl-cache: using_defaults
Mutex default: dir="/var/run/apache2/" mechanism=default
PidFile: "/var/run/apache2/apache2.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
Define: MODSEC_2.5
Define: MODSEC_2.9
Define: ENABLE_USR_LIB_CGI_BIN
User: name="www-data" id=33
Group: name="www-data" id=33
I can't understand, could you give me your opinion?
Thanks!