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 [2024/09/04 08:46] camisc:java [2024/09/04 09:30] (current) js
Line 7: Line 7:
 Path for Java 8.0_421:  C:\Program Files (x86)\Java\jre1.8.0_421\lib\security\java.security Path for Java 8.0_421:  C:\Program Files (x86)\Java\jre1.8.0_421\lib\security\java.security
  
-Comment out the following line in the Java.Security file: +Please check if you need all of the following changes or only one: 
-<code># jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024</code>+ 
 +  * 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|}} 
  
-Add the IPs to the security tab: 
  
-{{:misc:java-add-ip.png?direct&500|}}