Issue
- How to confirm that TLS v1.0 and TLS v1.1 are disabled by default in Liferay DXP 7.2?
Environment
- Liferay DXP 7.1
- Liferay DXP 7.2
- Liferay DXP 7.3
- Liferay DXP 7.4
Resolution
- In Java 8, TLS v1.0 and TLS v1.1 are disabled by default. Which can be verified in the
java.security
file.
jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
DH keySize < 1024, EC keySize < 224, 3DESEDECBC, anon, NULL, \
include jdk.disabled.namedCurves
- The
java.security
file placed is at/usr/lib/jvm/zulu8/jre/lib/security/
path in case of using Java 8. - In the case of Java 11, the
java.security
the file can be found at/usr/lib/jvm/zulu11/conf/security
path.
Additional Information
Contenido exclusivo para suscriptores.
Una Suscripción Enterprise de Liferay proporciona acceso a más de 1.500 artículos que incluyen las mejores practicas, diagnóstico de problemas y otras soluciones útiles. Inicia sesión para tener un acceso completo.
Inicia sesión