nginx-proxy-manager: Internal error on SSL certificates

I tried to add new SSL certificates and i go this issue when try to generate it : image image it was working perfectly fine 2 days ago i pulled the last container and for some reason i got this message (unhealthy) with docker ps image

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 5
  • Comments: 64 (7 by maintainers)

Most upvoted comments

Same thing here. Using the Nginx Proxy Manager Add On for Home Assistant

There is a github-develop docker image that has removed 9876 from the Dockerfile EXPOSE. This was the last trace of this port in the entire codebase and although the 2.1.* images should not be using this port whatsoever, for some reasons that apply to specific people it might make a difference.

So, use the github-develop image tag, make sure the previous container is entirely removed before creating a new one. I’ll mention the steps here for anyone who doesn’t know:

docker rm -f name_of_nginx_proxy_manager_container or docker-compose down

If there is any trace of this port 9876 in your healthchecks after that, then I’ll literally flip my desk and rage quit this project.

healthy

I think I found the issue. When the URL you gave it isn’t reachable it’ll act as if everything worked instead of telling you what went wrong. I accidentally gave it an URL that hadn’t been configured properly yet.

I see intressting thanks ! i hope @jc21 see this so maybe he can foudn a fix for it

If it means anything, I’ve been getting this error with version 2.0.14 running the docker image jlesage/nginx-proxy-manager

@s4b3rt0oth I have the same problem as @jmford775 but mine is to connect from the outside. My port 80 and 443 are open and pointing to NPM server but it still shows internal error. The exact same thing happened to me where once trying to add SSL cert, it shows “Internal Error” and will show the cert expired same date and time when I tried adding.

Please forgive my being uninformed on Docker, but when will this get pushed out to places like Dockerhub? I’m using an Unraid environment. Is there a way I can upload and use my own certificate in the meantime, such as a Cloudflare certificate?

Ok sweet I’ll merge and re-release today. Phew 😃