Editing the Java.security File (Optional)
This section provides a description of an optional procedure that describes how to edit the Java.security file in a JDK to restore certain settings in server instances that were deployed by One-Click Provisioning.
Prerequisite
A deployment of JD Edwards EnterpriseOne.
Editing the Java.security File
The deployment of a JDK to servers using JD Edwards EnterpriseOne One-Click Provisioning removes the string anon, NULL from the property jdk.tls.disabledAlgorithms in this file:
\jre\lib\security\Java.security
Optionally, after the One-Click deployment is complete, you can add the string back in the JDK for each deployed server. For example, you can append the string anon, NULL in the Java.security file in the jdk.tls.disabledAlgorithms section as shown in the bolded string below:
jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \
EC keySize < 224, 3DES-EDE-CBC, anon, NULL
For additional details, refer to Java.security File in the Server Manager Guide.