sshでログインして設定ファイルを書き換える
vi /etc/vmware/rhttpproxy/config.xml
vmacore -> sslの項目にcipherListを追加する
<vmacore>
<ssl>
<cipherList>ALL</cipherList>
</ssl>
</vmacore>
rhttpproxyを再起動する
/etc/init.d/rhttpproxy restart
セキュリティを下げることになるのでそこを認識して使うこと。