• 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.

Plesk 12 Self signed Cert only SHA and not SHA2

Hi,

i add this command to the openssl config under opt/psa/admin/config/openssl.conf but no changes ...
Update: I checked the cert and it is a SHA256 but for any reason ssllabs read it wrong and i don't know why.

So from my point all is fine.

regards
Cheech
 
Last edited:
I think this problem is addressed in the following KB - http://kb.odin.com/en/123904

Igor,
This kb article 123904 should also be updated to no longer create weak SHA-1 signatures past 2014 and use only sha256.

I went ahead with this added flag to regenerate mine:
openssl req -new -nodes -x509 -out httpsd.pem -newkey rsa:2048 -keyout httpsd.pem -days 3650 -sha256
 
Last edited:
Back
Top