You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: I gave up and tried SWAG, then got stuck in a different way, everything sucks
I am on unraid using docker. I followed a few of the most suggested tutorials and nothing works. Repository is jc21/nginx-proxy-manager. Whenever I try to add a site with SSL I get this in the logs. I have not tried a whole lot because idk what I can do differently but I have done a lot of googling with no solutions. Thanks for any help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Edit: I gave up and tried SWAG, then got stuck in a different way, everything sucks
I am on unraid using docker. I followed a few of the most suggested tutorials and nothing works. Repository is jc21/nginx-proxy-manager. Whenever I try to add a site with SSL I get this in the logs. I have not tried a whole lot because idk what I can do differently but I have done a lot of googling with no solutions. Thanks for any help.
[7/4/2024] [7:39:25 PM] [Nginx ] › ⬤ debug Deleting file: /data/nginx/proxy_host/1.conf
[7/4/2024] [7:39:25 PM] [Nginx ] › ⬤ debug Deleting file: /data/nginx/proxy_host/1.conf.err
[7/4/2024] [7:39:25 PM] [Nginx ] › ⬤ debug Could not delete file: {
"errno": -2,
"code": "ENOENT",
"syscall": "unlink",
"path": "/data/nginx/proxy_host/1.conf.err"
}
[7/4/2024] [7:39:25 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t -g "error_log off;"
[7/4/2024] [7:39:25 PM] [Nginx ] › ℹ info Reloading Nginx
[7/4/2024] [7:39:25 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -s reload
[7/4/2024] [7:39:30 PM] [SSL ] › ℹ info Requesting Let'sEncrypt certificates for Cert #6: overseerr.noturwaffles.com
[7/4/2024] [7:39:30 PM] [SSL ] › ℹ info Command: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-6" --agree-tos --authenticator webroot --email "[email protected]" --preferred-challenges "dns,http" --domains "overseerr.noturwaffles.com"
[7/4/2024] [7:39:30 PM] [Global ] › ⬤ debug CMD: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-6" --agree-tos --authenticator webroot --email "[email protected]" --preferred-challenges "dns,http" --domains "overseerr.noturwaffles.com"
[7/4/2024] [7:39:32 PM] [Nginx ] › ⬤ debug Deleting file: /data/nginx/temp/letsencrypt_6.conf
[7/4/2024] [7:39:32 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t -g "error_log off;"
[7/4/2024] [7:39:32 PM] [Nginx ] › ℹ info Reloading Nginx
[7/4/2024] [7:39:32 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -s reload
[7/4/2024] [7:39:32 PM] [Express ] › ⚠ warning 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.
Edit
Beta Was this translation helpful? Give feedback.
All reactions