Hello guys, maybe someone can help me with it. I do not have much experience with nginx and the commands. I just added a new proxy host and I am getting the "Internal error" on the nginx screen. I have other hosts there and they work just fine with the SSL.
All the configuration of this new hosts are similar to the working hosts and I can't figure what is missing.
Nginx gives the log below:
app ] [12/25/2024] [3:23:43 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t
[app ] [12/25/2024] [3:23:43 PM] [Nginx ] › info Reloading Nginx
[app ] [12/25/2024] [3:23:43 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -s reload
[app ] [12/25/2024] [3:23:49 PM] [SSL ] › info Requesting Let'sEncrypt certificates for Cert #23: smart.bellausa.org
[app ] [12/25/2024] [3:23:49 PM] [SSL ] › info Command: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-23" --agree-tos --authenticator webroot --email "redacted@icloud.com" --preferred-challenges "dns,http" --domains "smart.bellausa.org"
[app ] [12/25/2024] [3:23:49 PM] [Global ] › ⬤ debug CMD: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-23" --agree-tos --authenticator webroot --email "redacted@icloud.com" --preferred-challenges "dns,http" --domains "smart.bellausa.org"
[app ] [12/25/2024] [3:23:51 PM] [Nginx ] › ⬤ debug Deleting file: /data/nginx/temp/letsencrypt_23.conf
[app ] [12/25/2024] [3:23:51 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t
[app ] [12/25/2024] [3:23:51 PM] [Nginx ] › info Reloading Nginx
[app ] [12/25/2024] [3:23:51 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -s reload
[app ] [12/25/2024] [3:23:51 PM] [Express ] › warning Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
[app ] Some challenges have failed.
[app ] 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.