Dear community,
I try to setup a certificate for a new domain and new webserver. The the server is an apache standard (currently you will only see the default page). SSL is enabled. The ports 443 and 80 are reachable, and you get the http and https page (sure ... currently "insecure")
My domain is: wiki.wsi.med.uni-muenchen.de (138.244.128.5)
I ran this command: sudo certbot --apache (but running it with sudo certbot --manual certonly brings up the same error)
It produced this output:
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
- Domain: wiki.wsi.med.uni-muenchen.de*
- Type: unauthorized*
- Detail: 138.244.128.5: Invalid response from http://wiki.wsi.med.uni-muenchen.de/.well-known/acme-challenge/JaXT4_09NpRX0cpvHQmKEh4N2i5GyeaXe8Y4q2nGMic: 503*
My web server is (include version): apache (installed in WSL1), but the problem also appears with a virtual machine, installed with Ubuntu and Apache
The operating system my web server runs on is (include version):WSL1 (Windows 10 Professional)
My hosting provider, if applicable, is: local workstation
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): certbot 1.21.0
I've attached the console output and the related log file.
certbot-output.txt (1.3 KB)
letsencrypt.txt (20.9 KB)
Help would be really nice, I've tried many things, but always end up with this error.