Hallo allerseits,
ich bin eigentlich schon relativ weit mit meinen ganzen Einstellungen und dem Konfigurieren der httpd.conf, aber IRGENDWO scheint es noch zu hängen.
Aber ich bin mir sicher, ich stehe kurz vor dem Durchbruch
Die httpd Syntax ist OK und meldet keine Fehler.
Die aktuelle Fehlermeldung sieht noch so aus:
user$ sudo certbot --apache
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Which names would you like to activate HTTPS for?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: domain.de
2: www.domain.de
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1 2
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for domain.de
http-01 challenge for www.domain.de
Waiting for verification...
Challenge failed for domain domain.de
Challenge failed for domain www.domain.de
http-01 challenge for domain.de
http-01 challenge for www.domain.de
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: domain.de
Type: connection
Detail: Fetching
http://domain.de/.well-known/acme-challenge/WWpJOzKE85KRs_fsI-nhXdUBZVj9q2_noKavfK-9kco:
Connection refused
Domain: www.domain.de
Type: connection
Detail: Fetching
http://www.domain.de/.well-known/acme-challenge/qbytqrqDjUyDdYqp08-GMH_4gnudk4K2QPU5OcX7n7g:
Connection refused
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
Display More
Soweit ich weiß, sind die DNS-Einträge aber bereits korrekt auf meine eigene, feste IP umgeschrieben.
* A --> IP
* AAAA --> IPv6
@ A --> IP
@ AAAA --> IPv6
Diese vier Einträge habe ich auf meine IP geändert.
Firewalls habe ich, soweit vorhanden, zumindest temporär deaktiviert.
Ein Webroot-Plugin benutze ich, soweit ich mir bewusst bin, nicht, habe zumindest nichts mit diesem Namen installiert.
Höchstens noch irgendwas mit Zugriffsrechten auf dem DocumentRoot? Da hat man aber allgemein Zugriffsrechte...
Ideen sind willkommen...