Any idea pls, when I start my let’s encrypt add on the next error is showing.
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] file-structure.sh: executing…
[cont-init.d] file-structure.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[01:18:17] INFO: Selected http verification
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for xxxxxxxxx.duckdns.org
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: fateton1.duckdns.org
Type: connection
Detail: Fetching h t t p ://xxxxxxxx.duckdns.org/.well-known/acme challenge/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:
Connection refused
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.
Some challenges have failed.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
I test my 80 port with sudo netstat -tulpn | grep :80 and is open.
As you have mariadb issues, I assume you’re trying the “nginx proxy manager” addon and not the “duckdns” one.
As indicated in the doc, did you install the mariadb addon as well?
Ensure you are running the MariaDB add-on. This add-on is required to use the Nginx Proxy Manager add-on as it uses the database services provided.
Thanks for you reply.
Yes;
Currently I have installed: Maria DB and working with next log:
2021-11-26 10:54:18 38 [Warning] Aborted connection 38 to db: ‘nginxproxymanager’ user: ‘service’ host: ‘172.30.33.8’ (Got an error reading communication packets)
Duckdns;
Working fine any problem in the log
Nginx;
[11/26/2021] [10:56:35 AM] [Express ] › warning Command failed: / usr /bin/certbot certonly --non-interactive --config “/etc/letsencrypt.ini” --cert-name “npm-26” --agree-tos --email “[email protected]” --preferred-challenges “dns,http” --domains “xxxxxxx.duckdns.org”
And when a go to create Proxy host in Nginx receive and mesage of internal error
I guess that letsencrypt site is calling to “h t t p ://xxxxxxxx.duckdns.org/.well-known/…” address, but only I could setup “h t t p ://xxxxxxxx.duckdns.org/local/.well-known/…” address (local is maped to config/www filesystem directory)
Now I need to map “.well-known” web address to a filesystem directory, but I couldn’t.
I don’t know if I can force to lestencrypt call include the “local” part to my domain call or map “.well-known” path in my www server without the “local” part.