Fixing a weak SSLCipherSuite
1) Weak SSL
2) Use of SSLv2 instead of SSLv3
So, to address these concenrs I edited the $OHS_HOME/Apache/Apache/conf/ssl.conf and $OHS_HOME/Apache/Apache/conf/httpd.conf and replaced SSLCipherSuite ALL:!ADH:!EXPORT56:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
with:
SSLCipherSuite ALL:!ADH:!EXPORT56:+HIGH:+MEDIUM:!LOW:+SSLv3:!SSLv2:+EXP:!NULL:!aNULL:!eNULL
And then stopped and restarted opmn services