Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: thetechverseguru.com
I am having an error when using Nginx Proxy Manager, I am able to get my host on there but when I go to the 'SSL' tab to request a new SSL certificate, as well to force SSL and HTTP/2 Support I get the error message of "Internal Error". I will not allow me to encrypt. I am hosting this through docker.
I ran this command:
It produced this output:
This image is the error it gives.
when I check the log on this container this is what it outputs.
[1/4/2024] [8:51:27 PM] [Nginx ] › info Reloading Nginx
[1/4/2024] [8:51:32 PM] [SSL ] › info Requesting Let'sEncrypt certificates for Cert #24: thetechverseguru.com
[1/4/2024] [8:51:32 PM] [SSL ] › info Command: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-24" --agree-tos --authenticator webroot --email "christophe06112@gmail.com" --preferred-challenges "dns,http" --domains "thetechverseguru.com"
[1/4/2024] [8:51:47 PM] [Nginx ] › ⬤ debug Deleting file: /data/nginx/temp/letsencrypt_24.conf
[1/4/2024] [8:51:47 PM] [Nginx ] › info Reloading Nginx
[1/4/2024] [8:51:47 PM] [Express ] › warning Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-24" --agree-tos --authenticator webroot --email "christophe06112@gmail.com" --preferred-challenges "dns,http" --domains "thetechverseguru.com"
Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.
I also get this message when I try to run a dry run.
[root@docker-ea10064175fe:/app]# certbot renew --dry-run
Saving debug log to /var/log/letsencrypt/letsencrypt.log
No simulated renewals were attempted.
[root@docker-ea10064175fe:/app]# certbot renew --staging
Saving debug log to /var/log/letsencrypt/letsencrypt.log
No renewals were attempted.
[root@docker-ea10064175fe:/app]# certbot --version
certbot 2.5.0
[root@docker-ea10064175fe:/app]#
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): I am using Nginx Proxy Manager GUI
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot version 2.5.0