EXAMPLE NG Lessons Learned-Securing SSL

Once the latest version of Apache is installed modify the httpd.conf file to force the web server to only use specific protocols and cipher suites. Find the section that contains the SSL information and modify, or add, the settings below. SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH. SSLProtocol All -SSLv2 -SSLv3 ... ................
................