Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
misc:java [2016/09/07 16:05] jsmisc:java [2024/09/04 09:30] (current) js
Line 3: Line 3:
 === Disable Security Check === === Disable Security Check ===
  
-e.g. for Brocade / IBM fibre channel switches+e.g. for Brocade / IBM fibre channel switches or Avencent remote console app: 
 + 
 +Path for Java 8.0_421:  C:\Program Files (x86)\Java\jre1.8.0_421\lib\security\java.security 
 + 
 +Please check if you need all of the following changes or only one: 
 + 
 +  * Comment out the following line(s) in the Java.Security file: <code>#jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024</code> 
 +   
 +  * Comment out the following line(s) in the Java.Security file: <code>#jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \ </code> 
 +   
 +  * Comment out the following line(s) in the Java.Security file: <code>#jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \ </code> 
 + 
 +  * Add the IPs to the security tab:\\ {{:misc:java-add-ip.png?direct&500|}} 
  
-Comment out the following line in the Java.Security file: 
-<code># jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024</code> 
  
-Add the IPs to the security tab: 
-{{:misc:java-add-ip.png?direct|}}