nginx-proxy-manager: Internal Error while applying let'sencrypte certificate
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image?- Yes
- Are you sure you’re not using someone else’s docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
added new new proxy hosts on SSL tab applying new let's encrypte certificate and saving it gives "Internal Error"Nginx Proxy Manager Version
v2.10.2To Reproduce Steps to reproduce the behavior:
- Go to ‘SSL’
- Click on ‘SSL certificate select request a new SSL certifcate. select force SSL, and press Save button’
- Scroll down to ‘…’
- See error - “Internal Error”
Expected behavior
shall save & close the pop upScreenshots
Operating System
Linux server 22.04Additional context
About this issue
- Original URL
- State: open
- Created a year ago
- Comments: 17
I had the same problem. For me it helped to follow the instructions of AnID-Aux at https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2485. As described by AnID-Aux:
renewing the cert in the web interface was successful
Note: I had an error today when I had to do this again after updating the nginx proxy manager when running pip3 install --upgrade pip . Today I still had to run the command python -m pip install --upgrade pip as a priority. After that everything worked as desired 😃.
Hope this helps.