Page 1 of 1
apache2 error.log
Posted: Mon 3. Aug 2020, 17:17
by stfn116
Code: Select all
[Sat Aug 01 00:00:03.791081 2020] [ssl:warn] [pid 17609:tid 140018353480832] AH01909: webmail:443:0 server certificate does NOT include an ID which matches the server name
[Sat Aug 01 00:00:03.792253 2020] [ssl:error] [pid 17609:tid 140018353480832] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: emailAddress=info@keyhelp.de,CN=panel.domain.de,OU=KeyHelp Panel,O=KeyHelp,L=Erfurt,ST=Thuringia,C=DE / issuer: emailAddress=info@keyhelp.de,CN=panel.domain.de,OU=KeyHelp Panel,O=KeyHelp,L=Erfurt,ST=Thuringia,C=DE / serial: 93E65A739CE2C9EF / notbefore: Jan 7 06:33:35 2019 GMT / notafter: Jan 4 06:33:35 2029 GMT]
[Sat Aug 01 00:00:03.792279 2020] [ssl:error] [pid 17609:tid 140018353480832] AH02604: Unable to configure certificate webmail:443:0 for stapling
[Sat Aug 01 00:00:04.023887 2020] [mpm_worker:notice] [pid 17609:tid 140018353480832] AH00292: Apache/2.4.38 (Debian) mod_fcgid/2.3.9 OpenSSL/1.1.1d configured -- resuming normal operations
[Sat Aug 01 00:00:04.023965 2020] [core:notice] [pid 17609:tid 140018353480832] AH00094: Command line: '/usr/sbin/apache2'
[Sun Aug 02 00:00:03.704698 2020] [mpm_worker:notice] [pid 17609:tid 140018353480832] AH00297: SIGUSR1 received. Doing graceful restart
jemand eine Ahnung was da los ist? passiert jeden Morgen nach Mitternacht
Re: apache2 error.log
Posted: Mon 3. Aug 2020, 18:08
by Martin
Hallo,
das dürfte der normale Logrotate sein. Die Webmail Zertifikatswarnung ist durch das self-signed soweit normal.
Re: apache2 error.log
Posted: Mon 16. Aug 2021, 10:25
by tabsl
bei mir kommt der fehler bei jeder änderung an einer domain/benutzer. schon alles mögliche versucht. vor allem verstehe ich nicht für was die subdomain admin.HOSTNAME gebraucht wird, die ist nirgends eingerichtet. webmail ist deaktiviert.
Code: Select all
[Mon Aug 16 10:14:04.295045 2021] [ssl:warn] [pid 2226:tid 140537673728064] AH01909: webmail:443:0 server certificate does NOT include an ID which matches the server name
[Mon Aug 16 10:14:04.295131 2021] [ssl:error] [pid 2226:tid 140537673728064] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: emailAddress=info@keyhelp.de,CN=admin.HOSTNAME,OU=KeyHelp Panel,O=KeyHelp,L=Erfurt,ST=Thuringia,C=DE / issuer: emailAddress=info@keyhelp.de,CN=admin.HOSTNAME,OU=KeyHelp Panel,O=KeyHelp,L=Erfurt,ST=Thuringia,C=DE / serial: CDA655DC2DC0AE48 / notbefore: Dec 19 12:46:16 2018 GMT / notafter: Dec 16 12:46:16 2028 GMT]
[Mon Aug 16 10:14:04.295138 2021] [ssl:error] [pid 2226:tid 140537673728064] AH02604: Unable to configure certificate webmail:443:0 for stapling
[Mon Aug 16 10:14:04.395112 2021] [mpm_worker:notice] [pid 2226:tid 140537673728064] AH00292: Apache/2.4.25 (Debian) mod_fcgid/2.3.9 OpenSSL/1.0.2u configured -- resuming normal operations
[Mon Aug 16 10:14:04.395125 2021] [core:notice] [pid 2226:tid 140537673728064] AH00094: Command line: '/usr/sbin/apache2'
hat wer ne idee?
Re: apache2 error.log
Posted: Mon 16. Aug 2021, 14:46
by Florian
Hallo,
es handelt sich bei der Meldung um das von Keyhelp selbstsiginierte Zertifikat, welches normalerweise via SSL-Zertifikate -> Serverdienste absichern zugewiesen ist. admin.HOSTNAME war vermutlich mal der Hostname bei der Keyhelp-Installation, denn darauf wurde das Zertifikat ausgestellt.
Die Meldung kann ignoriert werden.
Re: apache2 error.log
Posted: Mon 16. Aug 2021, 15:07
by tabsl
danke für das feedback. kann man das nicht irgendwie löschen? durch den fehler dauert der apache restart immer länger ...
Re: apache2 error.log [GELÖST]
Posted: Mon 16. Aug 2021, 15:25
by Florian
Hallo,
die Logvermerke treten nicht nicht auf, wenn man in /ect/apache2/keyhelp/webmail.conf die Eintragungen kommentiert bzw. entfernt.
Da ja Webmail eh nicht gebraucht, sollte dies kein Problem darstellen.
Allerdings habe ich auch nie festgestellt, dass dies zu einer massiven Verzögerung des Apache führt.
Re: apache2 error.log
Posted: Tue 17. Aug 2021, 08:11
by tabsl
super hat funktioniert, vielen dank