Hi @mowebius
you use the apache-authenticator. That creates a temporary location definition in another directory. Looks like there is no access to read that directory.
Run Certbot with the -vvv flag to find that directory. Then create it (if it doesn't exist) and add the permissions.
Or find your webroot (DocumentRoot in your vHost) of your https vHost, then use that - https://check-your-website.server-daten.de/?q=tiimster.com
Domainname | Http-Status | redirect | Sec. | G |
---|---|---|---|---|
• http://tiimster.com/ | ||||
51.254.214.190 | 301 | https://tiimster.com/ | 0.054 | A |
• http://www.tiimster.com/ | ||||
51.254.214.190 | 301 | https://tiimster.com/ | 0.053 | E |
• https://www.tiimster.com/ | ||||
51.254.214.190 | 302 | https://tiimster.com/ | 3.253 | N |
Certificate error: RemoteCertificateNameMismatch, RemoteCertificateChainErrors | ||||
• https://tiimster.com/ | ||||
51.254.214.190 | 200 | 3.610 | N | |
Certificate error: RemoteCertificateChainErrors | ||||
• http://tiimster.com/.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de | ||||
51.254.214.190 | 301 | https://tiimster.com/.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de | 0.067 | A |
Visible Content: Moved Permanently The document has moved here . Apache/2.4.25 (Debian) Server at tiimster.com Port 80 | ||||
• http://www.tiimster.com/.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de | ||||
51.254.214.190 | 301 | https://tiimster.com/.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de | 0.054 | E |
Visible Content: Moved Permanently The document has moved here . Apache/2.4.25 (Debian) Server at www.tiimster.com Port 80 | ||||
• https://tiimster.com/.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de | 404 | 3.166 | N | |
Not Found | ||||
Certificate error: RemoteCertificateChainErrors | ||||
Visible Content: Not Found The requested URL /.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de was not found on this server. Apache/2.4.25 (Debian) Server at tiimster.com Port 443 |
http + /.well-known/acme-challenge/random-filename is redirected to https, so you must use your https DocumentRoot.
certbot run -a webroot -i apache -w yourDocumentRoot -d tiimster.com -d www.tiimster.com
Now you have a certificate only with the non-www domain name. So your existing www version has the wrong certificate.