fix java errors

por | 20 enero, 2021

No appropiate protocol (protocol is disabled or cipher suites are inappropriate)

java version «1.8.0_261»
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Java HotSpot(TM) Client VM (build 25.261-b12, mixed mode)

FIX
Disable:

In $JRE/lib/security/java.security:

Comment this lines:

#jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \
#    EC keySize < 224, 3DES_EDE_CBC, anon, NULL

Certificates do not conform to algorithm constraints

FIX Disable:

In $JRE/lib/security/java.security:

Comment this lines:

#jdk.certpath.disabledAlgorithms=MD2, MD5, SHA1 jdkCA & usage TLSServer, \
#    RSA keySize < 1024, DSA keySize < 1024, EC keySize < 224