tls/ssl cert issue #989
-
after switching from npm "standard" to npmplus i got some troubles renewing the certs or obtain new. There is no server available at this domain. Please make sure your domain exists and points to the IP where your NPM instance is running and if necessary port 80 is forwarded in your router. the port is open and working, if i try with the standard npm it works.. so this must be something i miss from npmplus services:
npmplus:
container_name: npmplus
image: zoeyvid/npmplus
restart: always
network_mode: host
volumes:
- "/portainer/Files/AppData/Config/Nginx-Proxy/data:/data"
# - "/var/www:/var/www" # optional, if you want to use it as webserver for html/php
environment:
- TZ=Europe/Rome # set timezone, required i deleted the volumes lines # - "/portainer/Files/AppData/Config/Nginx-Proxy/letsencrypt:/etc/letsencrypt" # Only needed for first time migration from original nginx-proxy-manager to this fork, after the first starts now i can't renew/add new certificates |
Beta Was this translation helpful? Give feedback.
Replies: 18 comments
-
Do you use ufw? |
Beta Was this translation helpful? Give feedback.
-
yes it's on portainer and the npm works well |
Beta Was this translation helpful? Give feedback.
-
So you have the ports open in ufw? |
Beta Was this translation helpful? Give feedback.
-
yes sure |
Beta Was this translation helpful? Give feedback.
-
it is on proxmox lcx container, with npm "standard" lcx works, when i change to the new npm plus lcx not work |
Beta Was this translation helpful? Give feedback.
-
Please run docker on the host system and try again |
Beta Was this translation helpful? Give feedback.
-
what do you mean run docker on host system? i duplicated the old npm standard lcx ( just for backup purpose) then in the new lcx container i swapped the npm to npm plus, all is working, the only things that don't work is the certbot |
Beta Was this translation helpful? Give feedback.
-
Don't use lxc. Why do you run a virtualisation Software (docker) in another one (lxc)? Either use docker OR lxc |
Beta Was this translation helpful? Give feedback.
-
i mean.. container.. i run docker in containers on proxmox.. |
Beta Was this translation helpful? Give feedback.
-
can you open your websites normally? |
Beta Was this translation helpful? Give feedback.
-
yes.. all websites working normally the only issue is for get a new certficate for another domain i tried to restore the "old" backup with npm standard, tried to get a certificate for that domain, and it's works |
Beta Was this translation helpful? Give feedback.
-
What happens if you open the domain without a cert yourself? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The check is done using an external service |
Beta Was this translation helpful? Give feedback.
-
What error? |
Beta Was this translation helpful? Give feedback.
-
nvm.. i think the problem is that the domain is too "new" i've registered about 3 hrs ago and maybe for some reason npm plus can't elaborate dns quick, so i wait a couple of hours and check again later |
Beta Was this translation helpful? Give feedback.
-
i tried to renew some other certs of others domains i have and they works.. |
Beta Was this translation helpful? Give feedback.
-
if it works please close the issue then |
Beta Was this translation helpful? Give feedback.
nvm.. i think the problem is that the domain is too "new" i've registered about 3 hrs ago and maybe for some reason npm plus can't elaborate dns quick, so i wait a couple of hours and check again later