Skip to main content

Rebuilding Apache after SSLv3 fix

Comments

4 comments

  • cPanelMichael
    Hello :) Please post the output from:
    rpm -qa | grep openssl cat /etc/redhat-release
    Also, post the contents from the /usr/local/apache/conf/includes/pre_main_global.conf file on your system. Thank you.
    0
  • drp
    Thanks for your help. Here you go:
    root@server1 [/]# rpm -qa | grep openssl openssl-1.0.1e-30.el6_5.2.x86_64 openssl-devel-1.0.1e-30.el6_5.2.x86_64 root@server1 [/]# cat /etc/redhat-release CentOS release 6.5 (Final) root@server1 [/]#
    and
    root@server1 [/usr/local/apache/conf/includes]# vi pre_main_global.conf SSLProtocol All -SSLv2 -SSLv3 SSLCipherSuite EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+ SSLHonorCipherOrder on ~
    0
  • drp
    While this doesn't fix the problem specifically, rather than make the SSLv3 fix in the link above, I've instead updated OpenSSL as fixed here:
    0
  • cPanelMichael
    I am happy to see you were able to address the issue. Note that our documentation here describes the steps you can take to address the weakness: How to Adjust Cipher Protocols Thank you.
    0

Please sign in to leave a comment.