{"id":742,"date":"2020-06-10T12:05:02","date_gmt":"2020-06-10T19:05:02","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=742"},"modified":"2020-06-10T12:05:02","modified_gmt":"2020-06-10T19:05:02","slug":"how-to-disable-rc4-cipher-suite-on-an-apache-server","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=742","title":{"rendered":"How to disable RC4 cipher suite on an Apache server"},"content":{"rendered":"\n<p>How to disable RC4 cipher suite on an Apache server<\/p>\n\n\n\n<p>Checking the configuration with Qualys SSL Labs, the results page shows &#8220;This server accepts the RC4 cipher, which is weak. Grade capped to B.&#8221;<br>This is a very common issue on old versions of Apache like 2.2.X<br>So, we need to disable the RC4 to avoid the week cipher suite being used.<\/p>\n\n\n\n<p>Locate your ssl.conf and try below settings.<br>First, change SSLHonorCipherOrder from off to on. It is default to off so you may have to add a new line if you cannot find this line on your ssl.conf file.<\/p>\n\n\n\n<p><em>SSLHonorCipherOrder on<\/em><\/p>\n\n\n\n<p>And then, the default cipher suits need to be modified.<\/p>\n\n\n\n<p>SSLCipherSuite, default cipher suits look like below, adding a # to comment it out.<\/p>\n\n\n\n<p># SSLCipherSuite <em>ALL:!aNULL:!ADH:!DH:!EDH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM<\/em><\/p>\n\n\n\n<p>Replace with below to disable the RC4<br><em>SSLCipherSuite kEECDH:+kEECDH+SHA:kEDH:+kEDH+SHA:+kEDH+CAMELLIA:kECDH:+kECDH+SHA:kRSA:+kRSA+SHA:+kRSA+CAMELLIA:!aNULL:!eNULL:!SSLv2:!RC4:!DES:!EXP:!SEED:!IDEA:!3DES<\/em><\/p>\n\n\n\n<p>In addition,<\/p>\n\n\n\n<p>You may want to disable SSLv2 and SSLv3 as well. Both are not safety anymore.<br>Find the line of SSLProtocol, change it like below.<\/p>\n\n\n\n<p><em>SSLProtocol ALL -SSLv2 -SSLv3<\/em><\/p>\n\n\n\n<p>Restart apache and then all done.<\/p>\n\n\n\n<p>Visit <a href=\"https:\/\/www.ssllabs.com\/ssltest\/\">https:\/\/www.ssllabs.com\/ssltest\/<\/a> again to confirm the RC4 warning is gone\u2026<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to disable RC4 cipher suite on an Apache server Checking the configuration with Qualys SSL Labs, the results page shows &#8220;This server accepts the RC4 cipher, which is weak. Grade capped to B.&#8221;This is a very common issue on old versions of Apache like 2.2.XSo, we need to disable the RC4 to avoid the <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=742\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[104,5],"tags":[],"class_list":["post-742","post","type-post","status-publish","format-standard","hentry","category-apache","category-linux"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=742"}],"version-history":[{"count":0,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/742\/revisions"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=742"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=742"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}