Configuring TLS Security

Mashery Local users with an Administrator role have the ability to configure java security settings.

Edit the file /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.161-3.b14.el6_9.x86_64/jre/lib/security/java.security, and follow these steps:
  1. Modify the defaults under "jdk.tls.disabledAlgorithms" key as below:
    jdk.tls.disabledAlgorithms=SSLv3, SSLv2Hello, TLSv1, TLSv1.1, RC4,
    MD5withRSA, DH keySize < 1024, EC keySize < 224, DES40_CBC,
    RC4_40
  2. Save the file.
  3. Restart the "javaproxy" process
  4. Run command: "service javaproxy restart"