• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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