Page 1 of 2

Keyhelp Hostname geändert, nicht auflösbar

Posted: Tue 6. Apr 2021, 18:55
by Justman10000
Ich habe meinen Hostname geändert. Nur kam dies:
Failed to aquire a Let's Encrypt certificate for server services.
Local resolving checks failed for domain "web.chillingstudios.de". Please ensure that your domain is locally resolvable!
Desweiteren erscheint auch noch dies:
Missing certificate components for server service certificate.
Ich habe eine Subdomain angelegt und diese auch auf den Server zeigen lassen... Nur weiß ich jetzt nicht, wieso die nicht auflösbar ist...

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Wed 7. Apr 2021, 10:39
by Florian
Hallo,

1. Prüfen, dass der Server selbst seinen Namen korrekt auflöst

2. Unter SSL-Zertifikate -> Serverdienste absichern mal das Default Zertifikat aktivieren, ein paar Minuten warten und dann wieder auf Let's Encrypt stellen.

3. Wartungsaufgabe für die SSL- Zertifikate manuell ausführen und Log danach auswerten.

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Wed 7. Apr 2021, 11:27
by Justman10000
Florian wrote: Wed 7. Apr 2021, 10:39 1. Prüfen, dass der Server selbst seinen Namen korrekt auflöst
Und wie?

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Wed 7. Apr 2021, 11:46
by Florian
Hallo,

wie SSH anmelden und dann entweder

nslookup hostname

oder

ping hostname

oder

host hostname

Da sollte dann die korrekte IP zurückkommen.

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Wed 7. Apr 2021, 16:09
by Justman10000
Florian wrote: Wed 7. Apr 2021, 11:46 Hallo,

wie SSH anmelden und dann entweder

nslookup hostname

oder

ping hostname

oder

host hostname

Da sollte dann die korrekte IP zurückkommen.
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=1 ttl=64 time=0.054 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=2 ttl=64 time=0.075 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=3 ttl=64 time=0.090 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=4 ttl=64 time=0.055 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=5 ttl=64 time=0.088 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=6 ttl=64 time=0.057 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=7 ttl=64 time=0.057 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=8 ttl=64 time=0.047 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=9 ttl=64 time=0.046 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=10 ttl=64 time=0.081 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=11 ttl=64 time=0.086 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=12 ttl=64 time=0.053 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=13 ttl=64 time=0.085 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=14 ttl=64 time=0.045 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=15 ttl=64 time=0.085 ms

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Wed 7. Apr 2021, 17:04
by Reseller4711
Justman10000 wrote: Wed 7. Apr 2021, 16:09
Florian wrote: Wed 7. Apr 2021, 11:46 Hallo,

wie SSH anmelden und dann entweder

nslookup hostname

oder

ping hostname

oder

host hostname

Da sollte dann die korrekte IP zurückkommen.
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=1 ttl=64 time=0.054 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=2 ttl=64 time=0.075 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=3 ttl=64 time=0.090 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=4 ttl=64 time=0.055 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=5 ttl=64 time=0.088 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=6 ttl=64 time=0.057 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=7 ttl=64 time=0.057 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=8 ttl=64 time=0.047 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=9 ttl=64 time=0.046 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=10 ttl=64 time=0.081 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=11 ttl=64 time=0.086 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=12 ttl=64 time=0.053 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=13 ttl=64 time=0.085 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=14 ttl=64 time=0.045 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=15 ttl=64 time=0.085 ms
Und ist das die IP des Server? Kann ja keiner Wissen, was uns das Logfile sagen soll ....

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Wed 7. Apr 2021, 18:35
by OlliTheDarkness
Reseller4711 wrote: Wed 7. Apr 2021, 17:04
Justman10000 wrote: Wed 7. Apr 2021, 16:09
Florian wrote: Wed 7. Apr 2021, 11:46 Hallo,

wie SSH anmelden und dann entweder

nslookup hostname

oder

ping hostname

oder

host hostname

Da sollte dann die korrekte IP zurückkommen.
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=1 ttl=64 time=0.054 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=2 ttl=64 time=0.075 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=3 ttl=64 time=0.090 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=4 ttl=64 time=0.055 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=5 ttl=64 time=0.088 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=6 ttl=64 time=0.057 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=7 ttl=64 time=0.057 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=8 ttl=64 time=0.047 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=9 ttl=64 time=0.046 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=10 ttl=64 time=0.081 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=11 ttl=64 time=0.086 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=12 ttl=64 time=0.053 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=13 ttl=64 time=0.085 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=14 ttl=64 time=0.045 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=15 ttl=64 time=0.085 ms
Und ist das die IP des Server? Kann ja keiner Wissen, was uns das Logfile sagen soll ....
Und nen Noob was beizubringen bleibt erfolglos, also nicht du sondern Kollege Turnschuh da ^^

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Wed 7. Apr 2021, 19:03
by Justman10000
OlliTheDarkness wrote: Wed 7. Apr 2021, 18:35
Reseller4711 wrote: Wed 7. Apr 2021, 17:04
Justman10000 wrote: Wed 7. Apr 2021, 16:09


Und ist das die IP des Server? Kann ja keiner Wissen, was uns das Logfile sagen soll ....
Und nen Noob was beizubringen bleibt erfolglos, also nicht du sondern Kollege Turnschuh da ^^
Ich versuche jetzt einfach mal, dies zu ignorieren...

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Wed 7. Apr 2021, 19:14
by Justman10000
Reseller4711 wrote: Wed 7. Apr 2021, 17:04
Justman10000 wrote: Wed 7. Apr 2021, 16:09
Florian wrote: Wed 7. Apr 2021, 11:46 Hallo,

wie SSH anmelden und dann entweder

nslookup hostname

oder

ping hostname

oder

host hostname

Da sollte dann die korrekte IP zurückkommen.
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=1 ttl=64 time=0.054 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=2 ttl=64 time=0.075 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=3 ttl=64 time=0.090 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=4 ttl=64 time=0.055 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=5 ttl=64 time=0.088 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=6 ttl=64 time=0.057 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=7 ttl=64 time=0.057 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=8 ttl=64 time=0.047 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=9 ttl=64 time=0.046 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=10 ttl=64 time=0.081 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=11 ttl=64 time=0.086 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=12 ttl=64 time=0.053 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=13 ttl=64 time=0.085 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=14 ttl=64 time=0.045 ms
64 bytes from web.chillingstudios.de (81.169.236.114): icmp_seq=15 ttl=64 time=0.085 ms
Und ist das die IP des Server? Kann ja keiner Wissen, was uns das Logfile sagen soll ....
Achso... Ja, ist die korrekte IP!

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Thu 8. Apr 2021, 09:11
by Alexander
Das Thema wurde hier im Forum bereits ausreichend behandelt - Bitte einmal die Suche bemühen:

https://www.google.com/search?q=site%3A ... CA0&uact=5

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Sat 10. Apr 2021, 17:20
by Justman10000
Alexander wrote: Thu 8. Apr 2021, 09:11 Das Thema wurde hier im Forum bereits ausreichend behandelt - Bitte einmal die Suche bemühen:

https://www.google.com/search?q=site%3A ... CA0&uact=5
Bei

Code: Select all

ping https://wp.chillingstudios.de
kommt die korrekte IP! Bei

Code: Select all

wget https://wp.chillingstudios.de/.well-known/acme-challenge/local-check-6071bcc10188c5.68866706
dies:
Auflösen des Hostnamens wp.chillingstudios.de (wp.chillingstudios.de)… 81.169.236.114
Verbindungsaufbau zu wp.chillingstudios.de (wp.chillingstudios.de)|81.169.236.114|:443 … verbunden.
FEHLER: Dem Zertifikat von »wp.chillingstudios.de« wird nicht vertraut.
FEHLER: Das Zertifikat von »»wp.chillingstudios.de«« hat keinen bekannten Austeller.

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Sat 10. Apr 2021, 19:35
by Tobi
Justman10000 wrote: Sat 10. Apr 2021, 17:20
Auflösen des Hostnamens wp.chillingstudios.de (wp.chillingstudios.de)… 81.169.236.114
Verbindungsaufbau zu wp.chillingstudios.de (wp.chillingstudios.de)|81.169.236.114|:443 … verbunden.
FEHLER: Dem Zertifikat von »wp.chillingstudios.de« wird nicht vertraut.
FEHLER: Das Zertifikat von »»wp.chillingstudios.de«« hat keinen bekannten Austeller.
Florian wrote: Wed 7. Apr 2021, 10:39 2. Unter SSL-Zertifikate -> Serverdienste absichern mal das Default Zertifikat aktivieren, ein paar Minuten warten und dann wieder auf Let's Encrypt stellen.

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Tue 13. Apr 2021, 16:25
by Justman10000
Tobi wrote: Sat 10. Apr 2021, 19:35
Justman10000 wrote: Sat 10. Apr 2021, 17:20
Auflösen des Hostnamens wp.chillingstudios.de (wp.chillingstudios.de)… 81.169.236.114
Verbindungsaufbau zu wp.chillingstudios.de (wp.chillingstudios.de)|81.169.236.114|:443 … verbunden.
FEHLER: Dem Zertifikat von »wp.chillingstudios.de« wird nicht vertraut.
FEHLER: Das Zertifikat von »»wp.chillingstudios.de«« hat keinen bekannten Austeller.
Florian wrote: Wed 7. Apr 2021, 10:39 2. Unter SSL-Zertifikate -> Serverdienste absichern mal das Default Zertifikat aktivieren, ein paar Minuten warten und dann wieder auf Let's Encrypt stellen.
Ne, KeyHelp will nicht:
Failed to aquire a Let's Encrypt certificate for wp.chillingstudios.de.
Local resolving checks failed for domain "wp.chillingstudios.de". Please ensure that your domain is locally resolvable!

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Tue 13. Apr 2021, 20:08
by ShortSnow
Hat die Domain auch IPv6? Und das löst nicht richtig auf?

Gruß Arne

Re: Keyhelp Hostname geändert, nicht auflösbar

Posted: Wed 14. Apr 2021, 08:48
by Alexander
Dein vhost für Port 80 ist nicht korrekt:

Geht nicht:
http://wp.chillingstudios.de/.well-know ... 5.68866706

Geht:
https://wp.chillingstudios.de/.well-kno ... 5.68866706

Zur Prüfung wird immer der http://... verwendet und falls eine Weiterleitung auf https:// besteht, dieser gefolgt.

Was wurden für Änderungen am Webserver vorgenommen?
Wie sieht die Webserverconfig des fraglichen Benutzers aus?
Welchen Inhalt hat dieser Ordner /etc/apache2/conf-enabled/?
Welchen Inhalt hat dieser Ordner /etc/apache2/sites-enabled/?
Welchen Inhalt hat dieser Ordner /etc/apache2/mods-enabled/?