PCI compliance, how to resolve “Weak Supported SSL Ciphers Suites”?

Posted on the September 30th, 2008 under Server Admin Tips by Stephen

To resolve this, we need to disable SSLv2 protocols.

Here is now to resolve it under cPanel 11.23:

1. Edit /usr/local/apache/conf/includes/pre_virtualhost_global.conf
2. Insert this to that file:

SSLProtocol all -SSLv2

3. Restart apache and done

 

How to resolve “Weak Supported SSL Ciphers Suites” under cPanel 11.24:

Simply upgrade your cPanel to the latest CURRENT and this error will be history. cPanel 11.24 has this disabled by default.


Share this page:
  • Facebook
  • Twitter
  • StumbleUpon
  • Slashdot
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Live
  • MySpace
  • Technorati
  • LinkedIn
  • Reddit
Related Posts:
  1. How to add custom Apache config under cPanel easyapache3?
  2. Ubuntu LAMP cheat sheet

Leave a Comment