• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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