You are here
Security Guide
When enabling HTTPS for MCS it may be necessary to disable some of the weaker ciphers, as can be seen below.
This is done within Java. Java security setup is found in the file java.security in <java install> jre/lib/security
That file may look something like this:
jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, TLSv1.2, RC4, DES, MD5withRSA, DH keySize < 2048, \ DSA keySize < 2048, RSA keySize < 2048, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \ include jdk.disabled.namedCurves