My domain is: earthcloud.duckdns.org
I ran this command:sudo certbot --apache -d earthcloud.duckdns.org
It produced this output:
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 earthcloud.duckdns.org
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. earthcloud.duckdns.org (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://earthcloud.duckdns.org/.well-known/acme-challenge/3N0lR4V5wUJ3DH9omKv9chiPKMXKBk6mKpasWI_75ug: Error getting validation data
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: earthcloud.duckdns.org
Type: connection
Detail: Fetching
http://earthcloud.duckdns.org/.well-known/acme-challenge/3N0lR4V5wUJ3DH9omKv9chiPKMXKBk6mKpasWI_75ug:
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.
My web server is (include version): apache 2
The operating system my web server runs on is (include version): NextCloudPi_RPi_12-20-19
My hosting provider, if applicable, is: ?
I can login to a root shell on my machine (yes or no, or I don’t know): I can ssh it locally
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 0.31.0
Hey there! First time here, sorry if I got something wrong. So, I have a nextcloudpi on raspberry pi to test out nextcloud. I can connect to pi via ssh locally.
After installing nextcloudpi forwarded 4443 port to 4443, so I can access to it from outside, then went to duckdns and got a domane. I can not connect to server yet because of ssl issue, google chrome does not want to let me do that.
Now I would like to get LE ssl, so I tried to use manuals. Earlier I wrote which command I tried and got stuck.
I found here close thread and solution was to check 80 and 443 ports. So I redirected 80 port to 4443 (server) and 443 to 4443. Then I got same issue. Can I get some help on that here?