client: cleanup old java.security.ciphers tomcat config#3145
Conversation
This removes old tomcat specific java.security.ciphers file that no longer overrides and disables JAVA TLS algorithms. The preferred way is to configure the global java.security file in `$JRE_HOME/lib/security/java.security`. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
|
Relevant docs PR https://github.com/apache/cloudstack-documentation/pull/26/files |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2567 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3347)
|
|
A better fix will be on its way soon, closing this for now. |
This removes old tomcat specific java.security.ciphers file that no
longer overrides and disables JAVA TLS algorithms. The preferred way
is to configure the global java.security file in
$JRE_HOME/lib/security/java.security.Fixes #3140
Doc PR https://github.com/apache/cloudstack-documentation/pull/26/files
Types of changes