{"id":1115,"date":"2018-03-20T08:26:20","date_gmt":"2018-03-20T08:26:20","guid":{"rendered":"http:\/\/www.haxed.me.uk\/?p=1115"},"modified":"2018-03-20T08:26:20","modified_gmt":"2018-03-20T08:26:20","slug":"disable-enable-tls-v1-0-v1-1-v1-2-plesk","status":"publish","type":"post","link":"https:\/\/haxed.me.uk\/index.php\/2018\/03\/20\/disable-enable-tls-v1-0-v1-1-v1-2-plesk\/","title":{"rendered":"Disable\/Enable TLS v1.0 v1.1 and v1.2 for plesk"},"content":{"rendered":"<p>This actually applies to any website, but is specifically aimed at plesk. Today a customer had complained that we&#8217;d disabled both tls 1 and 1.1, they wanted 1.1 for compatibility in the meantime, so it requires doing 1 of 2 things. <\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nplesk bin server_pref -u -ssl-protocols 'TLSv1.1 TLSv1.2'\r\n<\/pre>\n<p>Or alternatively it can be done directly from within the conf.d ssl.conf for plesk in \/etc\/httpd\/conf.d\/ssl.conf, this also applies to httpd users not using plesk.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n&#x5B;root@888426-WEB3 ~]# cat \/etc\/httpd\/conf.d\/ssl.conf | grep TLS\r\n#SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2\r\n##     This exports the standard SSL\/TLS related `SSL_*' environment variables.\r\n##   The safe and default but still SSL\/TLS standard compliant shutdown\r\n##     the SSL\/TLS standard but is needed for some brain-dead browsers. Use\r\n##     alert of the client. This is 100% SSL\/TLS standard compliant, but in\r\nSSLProtocol +TLSv1.1 +TLSv1.2\r\n<\/pre>\n<p>A pretty simple operation here.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This actually applies to any website, but is specifically aimed at plesk. Today a customer had complained that we&#8217;d disabled both tls 1 and 1.1, they wanted 1.1 for compatibility in the meantime, so it requires doing 1 of 2 &hellip; <a href=\"https:\/\/haxed.me.uk\/index.php\/2018\/03\/20\/disable-enable-tls-v1-0-v1-1-v1-2-plesk\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[33,101],"tags":[],"class_list":["post-1115","post","type-post","status-publish","format-standard","hentry","category-apache","category-http"],"_links":{"self":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts\/1115","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/comments?post=1115"}],"version-history":[{"count":1,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts\/1115\/revisions"}],"predecessor-version":[{"id":1116,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts\/1115\/revisions\/1116"}],"wp:attachment":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/media?parent=1115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/categories?post=1115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/tags?post=1115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}