java.security setting
Hi,
we are working with the metrics, and notice by disable this argument the metrics are working ok, the question is what is the difference between:
#jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
include jdk.disabled.namedCurves
and
#jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
# DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL \
# include jdk.disabled.namedCurves
and what is the reason , after comment #, the metrics working ok, now display the UserID amount of user:
thanks in advance