{"id":2599,"date":"2015-08-28T21:37:51","date_gmt":"2015-08-28T21:37:51","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=2599"},"modified":"2015-08-28T21:37:51","modified_gmt":"2015-08-28T21:37:51","slug":"update-ssl-cipher-suite-from-1-0-to-1-2","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/08\/28\/update-ssl-cipher-suite-from-1-0-to-1-2\/","title":{"rendered":"Update SSL cipher Suite from 1.0 to 1.2"},"content":{"rendered":"<p>SSL certificate info on Chrome you get a message that we are using an obsolete cipher suite TLS 1.0. We need to upgrade to 1.1 or 1.2. How can this be done?<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# nano \/etc\/httpd\/conf.d\/ssl.conf\n<\/pre>\n<p>Old<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# List the enable protocol levels with which clients will be able to\n# connect.  Disable SSLv2 access by default:\nSSLProtocol all -SSLv2\n\n#   SSL Cipher Suite:\n# List the ciphers that the client is permitted to negotiate.\n# See the mod_ssl documentation for a complete list.\nSSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW\n\n<\/pre>\n<p>New<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n##   SSL Protocol support:\n## List the enable protocol levels with which clients will be able to\n## connect.  Disable SSLv2 access by default:\nSSLProtocol All -SSLv2 -SSLv3\n\nSSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH\n#\n##   SSL Cipher Suite:\n## List the ciphers that the client is permitted to negotiate.\n## See the mod_ssl documentation for a complete list.\n#SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SSL certificate info on Chrome you get a message that we are using an obsolete cipher suite TLS 1.0. We need to upgrade to 1.1 or 1.2. How can this be done? # nano \/etc\/httpd\/conf.d\/ssl.conf Old # List the enable protocol levels with which clients will be able to # connect. Disable SSLv2 access by &#8230; <a title=\"Update SSL cipher Suite from 1.0 to 1.2\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2015\/08\/28\/update-ssl-cipher-suite-from-1-0-to-1-2\/\" aria-label=\"Read more about Update SSL cipher Suite from 1.0 to 1.2\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,111],"tags":[],"class_list":["post-2599","post","type-post","status-publish","format-standard","hentry","category-apache","category-sslcertificates"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2599","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=2599"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2599\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=2599"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=2599"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=2599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}