NGINX Proxy Manager - Internal Error


chis34

Recommended Posts

I had that happen to me too. You have to set up the port forwarding on your router first so letsencrypt can callback to your NPM. You probably have NPM docker port as something other than 80 (443), so remember to set you router to be 80 (443) incoming, and 180 (1443) as the target.

Sent from my ONEPLUS A6003 using Tapatalk

Link to comment

certbot certonly --config "/etc/letsencrypt.ini" --cert-name "npm-14" --agree-tos --authenticator webroot --email "[email protected]" --preferred-challenges "dns,http" --domains "mydomain.fr"

 

I can see errors when generating the certificate

The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.

Edited by chis34
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.