Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: www.schymanski.eu
I ran this command: certbot --apache -d www.schymanski.eu
Hi @rg305,
Thanks a lot for the quick reply and sorry for my incomplete description. On www.schymanski.eu I only have the default apache2 welcome page. What I really care about is www.schymanski.eu/nextcloud.
Actually, it seems that certbot is trying to connect to http://www.schymanski.eu, but that one was deactivated earlier in favour of https. I can connect to the https-address after I accept the security risk due to a self-signed certificate.
Here is the full error message:
$ sudo certbot --apache -d www.schymanski.eu
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for www.schymanski.eu
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. www.schymanski.eu (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://www.schymanski.eu/.well-known/acme-challenge/YlmuA9NE6eN-keL4JClS_j-K_NjMJvUnmCs7era0GJo: Error getting validation data
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
"If it's a home server, perhaps your ISP blocks port 80. Then you may use the dns-01 challenge. Trouble creating a certificate? Use https://community.letsencrypt.org/ to ask."