• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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