NGINX Proxy Manager erstellt keine Lets Encrypt Zertifikate
Guten Abend,
ich habe in Docker den Nginx Proxy Manager aufgesetzt, läuft soweit auch alles, allerdings bekomme ich bei der Anforderung eines neuen Zertifikats einmal einen internal error.
Wenn ich das Zertifikat unter dem Reiter Certificates erstelle bekomme ich das hier:
Im docker Log habe ich das hier stehen:
Wenn ich die Test Server Reachability Funktion anwende bekomme ich das hier
Communication with the API failed, is NPM running correctly?
Hat hier jemand eine Idee?
VG Leonard
ich habe in Docker den Nginx Proxy Manager aufgesetzt, läuft soweit auch alles, allerdings bekomme ich bei der Anforderung eines neuen Zertifikats einmal einen internal error.
Wenn ich das Zertifikat unter dem Reiter Certificates erstelle bekomme ich das hier:
Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --cert-name "npm-5" --agree-tos --authenticator webroot --email "meine-mail@mich.de" --preferred-challenges "dns,http" --domains "meine-Domain.de"
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
at ChildProcess.exithandler (node:child_process:402:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
Im docker Log habe ich das hier stehen:
[12/17/2022] [5:30:47 PM] [Nginx ] › ℹ info Reloading Nginx
[12/17/2022] [5:30:49 PM] [Express ] › ⚠ warning Command failed: certbot certonly --config "/etc/letsencrypt.ini" --cert-name "npm-17" --agree-tos --authenticator webroot --email "meine-mail" --preferred-challenges "dns,http" --domains "meine Domain "
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 5, in <module>
from certbot.main import main
File "/usr/local/lib/python3.7/dist-packages/certbot/main.py", line 6, in <module>
from certbot._internal import main as internal_main
File "/usr/local/lib/python3.7/dist-packages/certbot/_internal/main.py", line 28, in <module>
from certbot import crypto_util
File "/usr/local/lib/python3.7/dist-packages/certbot/crypto_util.py", line 42, in <module>
from certbot import interfaces
File "/usr/local/lib/python3.7/dist-packages/certbot/interfaces.py", line 21, in <module>
from acme.client import ClientBase
ImportError: cannot import name 'ClientBase' from 'acme.client' (/usr/local/lib/python3.7/dist-packages/acme/client.py)
Wenn ich die Test Server Reachability Funktion anwende bekomme ich das hier
Communication with the API failed, is NPM running correctly?
Hat hier jemand eine Idee?
VG Leonard
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 4999023172
Url: https://administrator.de/contentid/4999023172
Ausgedruckt am: 04.11.2024 um 22:11 Uhr
7 Kommentare
Neuester Kommentar
Ich bin da nicht firm drin, hab aber mal nach "letsencrypt nginx proxy" gesucht - offenbar ein Thema ..
https://www.linuxserver.io/blog/2019-04-25-letsencrypt-nginx-starter-gui ...
https://www.linuxserver.io/blog/2019-04-25-letsencrypt-nginx-starter-gui ...