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

Modifying ciphers used by SSL

U

unkleho

Guest
Where do I modify the ciphers used by openssl for HTTPS, SMTPS, and IMAPDS? For HTTPS, I tried changning SSLCipherSuite in /etc/httpd/conf.d/ssl.conf, but that didn't do anything. Is there a different config file that I need to change?
 
the SSLCipherSuite is the correct place to change which ciphers people are allowed to use when they connect with SSL. You have to restart httpsd and httpd to get the changes to take effect.

beyond that Im not sure what you would need to change or for what purpose.
 
Back
Top