This is an automated archive.
The original was posted on /r/homelab by /u/EpicLPer on 2024-01-24 04:48:24+00:00.
Heya,
I'll copy/paste most of the things I put into the same issue over on GitHub in case someone on Reddit knows a solution for this :) Thanks already!
Trying to add any new SSL certificate from Let's Encrypt (renewing works fine) results in the console throwing the below error. The web interface simply shows "Internal Error".
It seems to save it just fine, but later when NPM tries to "process" that certificate somehow it seems to fail.
Successfully received certificate. Certificate is saved at: /etc/letsencrypt/live/npm-39/fullchain.pem Key is saved at: /etc/letsencrypt/live/npm-39/privkey.pem This certificate expires on 2024-04-21. These files will be updated when the certificate renews. ... trunkated for Github ... [1/22/2024] [7:29:00 AM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t -g "error_log off;" [1/22/2024] [7:29:00 AM] [Nginx ] › ℹ info Reloading Nginx [1/22/2024] [7:29:00 AM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -s reload [1/22/2024] [7:29:01 AM] [Global ] › ⬤ debug CMD: openssl x509 -in /etc/letsencrypt/live/npm-39/fullchain.pem -subject -noout [1/22/2024] [7:29:01 AM] [Global ] › ⬤ debug CMD: openssl x509 -in /etc/letsencrypt/live/npm-39/fullchain.pem -issuer -noout [1/22/2024] [7:29:01 AM] [Global ] › ⬤ debug CMD: openssl x509 -in /etc/letsencrypt/live/npm-39/fullchain.pem -dates -noout [1/22/2024] [7:29:01 AM] [Express ] › ⚠ warning Cannot read properties of undefined (reading 'meta')
Nginx Proxy Manager Version
2.11.1 (same issue before I upgraded from, I believe, 2.10.4)
To Reproduce
Steps to reproduce the behavior:
- Add new SSL certificate
- Try to request a certificate from Let's Encrypt (subdomain and wildcard requests throw the same error)
- Check the error logs for above error
Operating System
Ubuntu 22.04.2 LTS