• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Let's Encrypt - how can I get rid of old plesk error?

Sascha Herrmann

New Pleskian
During the summer, my Let's Encrypt extension failed to update the certificate.
After some un- and reinstalling of that extension everything was back up running. Certificates are now updated as expected. Various Plesk commands (like plesk repair web) show that everything is fine.

But when I start plesk web I still see the error message from back then:

AH00526: Syntax error on line 117 of /etc/apache2/plesk.conf.d/server.conf: SSLCertificateFile: file '/opt/psa/var/certificates/cert-Ozomoy' does not exist or is empty

And true, that file no longer exists. But it's also not mentioned in server.conf (and hasn't been for some months).

And ModSecurity also reports AH00526 as reason for not updating.

How do I get rid of these stale error messages?

Thanks,

Sascha
 
Issue a repair all

find /etc/apache2/plesk.conf.d -name \*.conf -exec grep -il cert-Ozomoy {} \;
 
Hi!

Thanks for the reply. I did the repair and everything works fine again. Not sure I understand how the Let's Encrypt extension handles certificates. The old cert-Ozomoy is back after the repair but not used. But ... as long as everything works fine and the annoying errors are gone ... fine.

Thanks again.

Sascha
 
Back
Top