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.
The operating system my web server runs on is (include version):Ubuntu 23.10
My hosting provider, if applicable, is:duckdns.org
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):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):certbot 2.5.0
Hi I hope someone can help me I have installed nginx proxy manager on docker. But when I try to add a proxy host i get Internal Error when I look in the portainer logs I get back [1/10/2024] [5:33:01 PM] [Express ] › warning Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-6" --agree-tos --authenticator webroot --email "myemailaddress" --preferred-challenges "dns,http" --domains "my domain"
I have more logs in the container at tmp/letsencrypt-log if needed.
o.k. change the docker compose file back to 80:80 , 81:81 , 443:443 stop all other container in portainer. when I run docker up getting error below. no other containers are running on docker.
Error response from daemon: driver failed programming external connectivity on endpoint nginxproxymanager-nginxproxymanager-1 (e50df1d358915c8eef9af2c3bdc6ac41b0bed2115b2bbde53d1d2fe0711506a6): Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use
State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
LISTEN 0 511 *:80 *:* users:(("apache2",pid=65671,fd=4),("apache2",pid=65670,fd=4),("apache2",pid=852,fd=4))
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
cca4f81ba895 jc21/nginx-proxy-manager:2.10.3 "/init" 16 minutes ago Up 16 minutes 0.0.0.0:80-81->80-81/tcp, :::80-81->80-81/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp nginxproxymanager-nginxproxymanager-1
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: raspslabhomer.duckdns.org
Type: unauthorized
Detail: 80.229.136.201: Invalid response from http://raspslabhomer.duckdns.org/.well-known/acme-challenge/yQV316-Duc6NjEDa5Woyr2XgHkV11P3JH9_A7OMLF90: 404
Are you sure requests to 80.229.136.201:80 reach your NPM container? Did you configure port forwarding on your home router?